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

◆ Convert()

void Arg::Convert ( SdsCodeType  DstType,
void *  DstAddr,
unsigned long int  DstLen,
StatusType *  status 
)
inline

Convert the data in this item to another (normally scalar) type.

This provides an interface to the ArgCvt() routine for this type. Please see ArgCvt() for full details. The ArgCvt() SrcAddr argument is set to this item's ID. The ArgCvt() srcType argument is set to ARG_SDS.

See also
ArgCvt()
Parameters
DstTypeType of destination data.
DstAddrAddress to write result to.
DstLenLength of destination address in bytes.
statusInherited status.