OpenDOF Project
DTLTransport DTLConnectionConfig_GetTransport ( const DTLConnectionConfig  self)

Return the transport associated with 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
selfThe connection configuration. This parameter should not be NULL.
Returns
The transport associated with the DTLConnectionConfig.
Exceptions
NULLis returned if self is NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22