Return the transport-specific connection configuration data stored within the DTLConnectionConfig.
- Lifecycle
- The data returned is owned by the DTLConnectionConfig and is only valid as long as the DTLConnectionConfig remains valid. It must not be destroyed individually.
- Parameters
-
self | The connection configuration. This parameter should not be NULL. |
- Returns
- The transport-specific connection configuration data stored within the DTLConnectionConfig.
- Exceptions
-
NULL | is returned if self is NULL. |