System.Bluetooth.TBluetoothLEDevice.DoOnDescriptorWrite

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnDescriptorWrite(const ADescriptor: TBluetoothGattDescriptor; AGattStatus: TBluetoothGattStatus); virtual;

C++

virtual void __fastcall DoOnDescriptorWrite(TBluetoothGattDescriptor* const ADescriptor, TBluetoothGattStatus AGattStatus);

Propriétés

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


Description

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

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

Vous démarrez une opération d'écriture en utilisant WriteDescriptor.

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

Voir aussi