OpenDOF Project
char* DOFAddress_GetString ( const DOFAddress  self)

Get a string representation of 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
A pointer to the string representation of the DOFAddress.
Exceptions
NULLis returned if
  • an invalid parameter is detected, or
  • the transport does not support providing a string representation of the address, or
  • insufficient resources exist for the transport to create the cached string.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22