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
-
self | The 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
-
NULL | is returned if the resulting BLOB (uint8 *) could not be created, or an invalid parameter was detected. |