System.Bluetooth.TBluetoothGattServer.OnClientSubscribed

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnClientSubscribed: TGattCharacteristicSubscriptionEvent read FOnClientSubscribed write FOnClientSubscribed;

C++

__property TGattCharacteristicSubscriptionEvent OnClientSubscribed = {read=FOnClientSubscribed, write=FOnClientSubscribed};

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 s'abonne à une caractéristique du serveur GATT.

Le gestionnaire de cet événement reçoit les arguments suivants :

Voir aussi