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

◆ Get() [7/24]

void Arg::Get ( const char *  name,
long  len,
char *  value,
StatusType *const  status 
) const
inline

Fetch a string value as a char * from a named component of the Arg structure.

If the named item exists within the ARG structure then fetch its value and convert it a char * value, if possible.

See also
ArgGetString()
Parameters
nameThe name of the item within the SDS structure.
lenThe length available in value, in bytes.
valueThe value returned is written here.
statusInherited status.