Bluetooth Framework C++ Edition

◆ OnUnsubscribed()

__event void OnUnsubscribed ( void *  Sender,
CwclGattServerClient *const  Client,
CwclGattLocalCharacteristic *const  Characteristic 
)

The event fires when a remote GATT client unsubscribes from the characteristic changes notifications or indications.

Parameters
SenderThe object initiates the event.
ClientThe CwclGattServerClient object that subscribed or unsubscribed.
CharacteristicThe characteristic object for which writes is executing.
See also
CwclGattServerClient, CwclGattLocalCharacteristic