AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Put() [31/31]

void Arg::Put ( const unsigned long  length,
void *const  data,
StatusType *const  status,
const unsigned long  offset = 0 
)
inlinevirtual

Put data into an SDS item.

This method put the data into an SDS item. The data is copied into the specified buffer.

Note that data from nested structures is also copied. Please see the SDS manual for more details on Put operations.

See also
SdsPut()
SdsId::Get
SdsId::Pointer
SdsGet()
Parameters
lengthThe amount of data to put.
dataThe buffer of the data, must of of size length or greater.
statusInherited status.
offsetAn offset into the SDS structure to start fetch from, in bytes

Reimplemented from SdsId.

References SdsId::Put().