System.Bluetooth.TBluetoothLEDevice.DoOnCharacteristicWrite

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnCharacteristicWrite(const ACharacteristic: TBluetoothGattCharacteristic; AGattStatus: TBluetoothGattStatus); virtual;

C++

virtual void __fastcall DoOnCharacteristicWrite(TBluetoothGattCharacteristic* const ACharacteristic, 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 OnCharacteristicWrite.

DoOnCharacteristicWrite est appelée lorsque les données d'une caractéristique d'un service fourni par un périphérique distant sont écrites sur ce périphérique.

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

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

Voir aussi