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);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Répartiteur de l'événement OnClientUnsubscribed.
Le serveur GATT appelle DoOnClientUnsubscribed lorsqu'un client se désabonne d'une caractéristique.
Le gestionnaire de cet événement reçoit les arguments suivants :
Senderest le serveur GATT.AClientIDest l'identificateur unique du client qui se désabonne.ACharacteristicest la caractéristique faisant l'objet du désabonnement.