OpenDOF Project
void(* DTLTransportHandler::Stopped)(DTLTransportHandler handler, DTLServer server, DOFException except)

Report a Server that is now stopped.

Called by a Transport when a Server is stopped. The Transport is permitted to reclaim resources used by the DTLConnection only after this callback returns.

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.
exceptAn exception for the closure/failure of the server, if any. NULL indicates it was a normal closure due to Stop() being called on the DTLServer. Otherwise, it must be a valid DOFErrorException describing the failure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22