System.Bluetooth.Components.TBluetoothLE.DoOnDescriptorRead

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnDescriptorRead(const Sender: TObject; const ADescriptor: TBluetoothGattDescriptor;  AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnDescriptorRead(System::TObject* const Sender, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor, System::Bluetooth::TBluetoothGattStatus AGattStatus);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Description

Répartiteur de l'événement OnDescriptorRead.

DoOnDescriptorRead est appelée lorsque les données d'un descripteur d'un service fourni par un périphérique distant sont lues par ce périphérique.

Vous démarrez une opération de lecture en utilisant ReadDescriptor.

Ce répartiteur d'événement reçoit les paramètres suivants :

Voir aussi