IrDA Framework C++ Edition

◆ DoDisconnect()

virtual void DoDisconnect ( CwclIrDAServerClientConnection *const  Client,
const int  Reason 
)
protectedvirtual

Fires the OnDisconnect event.

Parameters
ClientThe CwclIrDAServerClientConnection represents a remote connected client.
ReasonThe disconnection code. If the parameter is WCL_E_SUCCESS the connection was closed by the Disconnect call. Otherwise indicates the disconnection reason.
See also
CwclIrDAServerClientConnection