System.Bluetooth.TBluetoothGattServer.OnClientUnsubscribed
Delphi
property OnClientUnsubscribed: TGattCharacteristicSubscriptionEvent read FOnClientUnsubscribed write FOnClientUnsubscribed;
C++
__property TGattCharacteristicSubscriptionEvent OnClientUnsubscribed = {read=FOnClientUnsubscribed, write=FOnClientUnsubscribed};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattServer | 
Description
Occurs when a client unsubscribes from a characteristic of the GATT server.
The handler of this event receives the following arguments:
- Senderis the GATT server.
- AClientIDis the unique identifier of the unsubscribing client.
- ACharacteristicis the unsubscribed characteristic.