OpenDOF Project
boolean(* DTLTransportHandler::Opened)(DTLTransportHandler handler, DTLConnection connection)

Report a connection that is now opened.

Called by a Transport when a inbound or outbound connection was successfully established.

This callback must not be NULL.

Parameters
handlerThe TransportHandler receiving connection. This must not be NULL.
connectionA Transport representation of the Connection. This must not be NULL.
Returns
TRUE if connection was accepted by handler, FALSE otherwise. There is no need to call Closed if this returns FALSE.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22