OpenDOF Project
const void* DTLServerConfig_GetConfig ( const DTLServerConfig  self)

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

Note
This data is owned by the DTLServerConfig and must be copied if it is needed outside the scope of the DTLServerConfig. It is not valid after the DTLServerConfig is destroyed.
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 7.1.5 Build 0
2017-01-25