System.Bluetooth.TBluetoothGattServer.OnClientUnsubscribed

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 :

Voir aussi