System.Bluetooth.Components.TBluetoothLE.DoOnDescriptorWrite

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

void __fastcall DoOnDescriptorWrite(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 OnDescriptorWrite.

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

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

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

Voir aussi