System.Bluetooth.TBluetoothGattServer.DoOnClientUnsubscribed
Delphi
procedure DoOnClientUnsubscribed(const Sender: TObject; const AClientId: string;
const ACharacteristic: TBluetoothGattCharacteristic); virtual;
C++
virtual void __fastcall DoOnClientUnsubscribed(System::TObject* const Sender, const System::UnicodeString AClientId, TBluetoothGattCharacteristic* const ACharacteristic);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Dispatcher of the OnClientUnsubscribed event.
The GATT server calls DoOnClientUnsubscribed when a client unsubscribes from a characteristic.
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.