OpenDOF Project
DOFPermissionSet DOFPermissionSet_Create_Unmarshal ( uint32  size,
const uint8 buffer 
)

Unmarshals a DOFPermissionSet from a buffer.

Parameters
sizeThe size of the buffer, in bytes, from which to unmarshal the DOFPermissionSet.
bufferThe buffer from which to unmarshal the DOFPermissionSet. This must not be NULL, and must contain at least size bytes.
Returns
DOFPermissionSet The DOFPermissionSet that is stored in the buffer.
Exceptions
NULLis returned if the buffer contents of size could not be unmarshalled to a valid DOFPermissionSet, or there are insufficient resources to allocate the DOFPermissionSet.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25