OpenDOF Project
char*(* DTLTransport::GetAddressString)(DTLTransport transport, DOFAddress address)

This function can be called to get a string representation of the DOFAddress.

This callback may be NULL if the transport does not support creating a string representation of the address.

Parameters
transportThe Transport. This parameter must not be NULL.
addressThe DOFAddress. This parameter must not be NULL.
Return values
Apointer to the string representation of the DOFAddress.
Exceptions
NULLis returned if
  • an invalid parameter is detected,
  • insufficient resources exist to create the cached string, or
  • the transport does not support providing a string representation of the address.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22