OpenDOF Project
uint8* DOFValueBLOB_Extract ( const DOFValue  self)

Create a new BLOB (uint8 *) from the contents of the specified DOFValue.

Resource Management:
This function allocates resources that must later be freed by calling PCRMem_Free.
Parameters
selfThe DOFValue to be extracted. This must represent a single value of type BLOB (uint8 *), and must not be NULL.
Returns
The new BLOB (uint8 *) from the contents of self.
Exceptions
NULLis returned if the resulting BLOB (uint8 *) could not be created, or an invalid parameter was detected.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25