OpenDOF Project
const uint8* DOFObjectID_GetBytes ( const DOFObjectID  self)

Get pointer to the standardized wire-format bytes of the DOFObjectID.

The value returned includes all header, class, length, attribute, and data fields present.

Lifecycle
The data returned is owned by the DOFObjectID and is only valid as long as the DOFObjectID remains valid. It must not be destroyed individually.
Parameters
selfThe DOFObjectID. This must not be NULL.
Returns
Pointer to the wire-format of self.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22