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
-
self | The address. This must not be NULL. |
- Returns
- The transport-specific address data stored within the DOFAddress.
- Exceptions
-
NULL | is returned if self is NULL. |