OpenDOF Project
DOFPermission DOFPermission_Create_Unmarshal ( uint32  size,
const uint8 buffer 
)

Unmarshals a DOFPermission from a buffer.

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