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

◆ Get() [5/25]

static void Sdp::Get ( const char *  name,
int  len,
char *  value,
StatusType *  status 
)
inlinestatic

Fetch a char * value from a named parameter.

( If the named parameter exists, then fetch its value and convert it to a char *, if possible.

See also
SdpGetString()
Parameters
nameThe name of the parameter.
lenThe of the buffer value points to.
valueThe value returned is written here as a null terminated string.
statusInherited status.