Bluetooth Framework C++ Edition

◆ OnClientDisconnected()

__event void OnClientDisconnected ( void *  Sender,
CwclGattServerClient *const  Client 
)

The event fires when a client disconnected from the server.

The GATT server client event handlers prototype.

Parameters
SenderThe object initiates the event.
ClientThe CwclGattServerClient object that represents a GATT server client.
See also
CwclGattServerClient