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

◆ SdsId() [3/12]

SdsId::SdsId ( const void *const  data,
StatusType *const  status 
)
inline

Constructor that imports a previously exported SDS structure from a const byte stream.

This constructor uses SdsImport() to get access an SDS structure stored in an const external byte stream. Note that since the data is const, only a SdsImport() is possible.

See also
SdsImport().
Parameters
dataA pointer to a byte stream created with SdsExport() or SdsId::Export .
statusInherited status.