OpenDOF Project
boolean(* DTLTransportHandler::Started)(DTLTransportHandler handler, DTLServer server)

Report a Server that is now started.

Called by a Transport when a Server is started.

This callback must not be NULL.

Parameters
handlerThe TransportHandler managing server. This must not be NULL.
serverThe transport representation of the Server. This must not be NULL.
Returns
TRUE if server was accepted by handler, FALSE otherwise. There is no need to call Stopped if this returns FALSE.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22