OpenDOF Project
void*(* DTLServer::GetContext)(DTLServer server)

Get the context associated with the server.

Note
The context is reserved for use by the TransportHandler.

This callback must not be NULL.

Parameters
serverThe server. This parameter should not be NULL.
Returns
The context of this server.
Exceptions
NULLis returned if server is NULL.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22