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

◆ Get() [1/25]

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

Fetch a boolean value from a named parameter.

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

Note that SDS does not directly support boolean values, so an integer representation is used internally and converted to bool.

See also
SdpGetus()
Parameters
nameThe name of the parameter.
valueThe value returned is written here.
statusInherited status.

Referenced by Get(), Get(), Get(), and Get().