System.Bluetooth.TBluetoothGattServer.OnCharacteristicRead

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCharacteristicRead: TGattCharacteristicReadEvent read FOnCharacteristicRead write FOnCharacteristicRead;

C++

__property TGattCharacteristicReadEvent OnCharacteristicRead = {read=FOnCharacteristicRead, write=FOnCharacteristicRead};

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Description

Se produit lorsque votre serveur GATT reçoit une demande d'un périphérique client pour obtenir les données d'une caractéristique.

Le gestionnaire de OnCharacteristicRead reçoit les paramètres suivants :

Voir aussi