OpenDOF Project
const void* DTLServerConfig_GetConfig ( const DTLServerConfig  self)

Return the transport-specific server configuration data stored within the DTLServerConfig.

Lifecycle
The data returned is owned by the DTLServerConfig and is only valid as long as the DTLServerConfig remains valid. It must not be destroyed individually.
Parameters
selfThe server configuration. This should not be NULL.
Returns
The transport-specific server configuration data stored within the DTLServerConfig.
Exceptions
NULLis returned if self is NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22