OpenDOF Project
const void* DOFAddress_GetAddress ( const DOFAddress  self)

Get the transport-specific address data stored within the DOFAddress.

Lifecycle
The data returned is owned by the DOFAddress and is only valid as long as the DOFAddress remains valid. It must not be destroyed individually.
Parameters
selfThe address. This must not be NULL.
Returns
The transport-specific address data stored within the DOFAddress.
Exceptions
NULLis returned if self is NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22