OpenDOF Project
const uint8* DOFValueBLOB_Get ( const DOFValue  self)

Report the encapsulated BLOB (uint8 *) data without allocation.

Note
The returned data is owned by the encapsulating DOFValue, and is only valid in the context of that DOFValue. It must not be freed by the caller. Once the DOFValue is freed, the returned data is no longer valid. If the data is needed for longer than the lifetime of the DOFValue, use DOFValueBLOB_Extract instead.
Parameters
selfThe DOFValue. This must represent a single value of type BLOB (uint8 *), and must not be NULL.
Returns
The encapsulated BLOB (uint8 *) data held in the DOFValue.
Exceptions
NULLis returned if an invalid parameter was detected.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22