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
-
transport | The Transport. This parameter must not be NULL. |
address | The DOFAddress. This parameter must not be NULL. |
- Return values
-
A | pointer to the string representation of the DOFAddress. |
- Exceptions
-
NULL | is 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.
|