Bluetooth Framework C++ Edition

◆ OnClientConnected()

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

The event fires when a client connected to the server.

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