OpenDOF Project
const void* DOFAddress_GetAddress ( const DOFAddress  self)

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

Note
This data is owned by the DOFAddress and must be copied if it is needed outside the scope of the DOFAddress. It is not valid after the DOFAddress is destroyed.
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 7.1.5 Build 0
2017-01-25