TwclRfCommServerDisconnectEvent Delegate

The prototype of the OnDisconnect event handler for server connections.

Namespace: wclBluetooth
type
 TwclRfCommServerDisconnectEvent = procedure(Sender: TObject;
 const Client: TwclRfCommServerClientConnection;
 const Reason: Integer) of object;

Parameters

Sender

The object that initiated the event.

Client

The TwclRfCommServerClientConnection represents a remote connected client.

Reason

The disconnection code. If the parameter is wclErrors.WCL_E_SUCCESS the connection was closed by the Disconnect call. Otherwise indicates the disconnection reason.