|
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
-
self | The address. This must not be NULL. |
- Returns
- A pointer to the string representation of the DOFAddress.
- Exceptions
-
NULL | is 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.
|
|