System.Bluetooth.TBluetoothGattServer.OnClientUnsubscribed
Delphi
property OnClientUnsubscribed: TGattCharacteristicSubscriptionEvent read FOnClientUnsubscribed write FOnClientUnsubscribed;
C++
__property TGattCharacteristicSubscriptionEvent OnClientUnsubscribed = {read=FOnClientUnsubscribed, write=FOnClientUnsubscribed};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| event | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattServer |
Description
Se produit lorsqu'un client se désabonne d'une caractéristique du serveur GATT.
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.