System.Bluetooth.Components.TBluetoothLE.OnCharacteristicWrite

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCharacteristicWrite: TGattCharacteristicEvent read FOnCharacteristicWrite write FOnCharacteristicWrite;

C++

__property System::Bluetooth::TGattCharacteristicEvent OnCharacteristicWrite = {read=FOnCharacteristicWrite, write=FOnCharacteristicWrite};

Propriétés

Type Visibilité  Source Unité  Parent
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Description

Se produit 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.

Le gestionnaire d'événement de OnCharacteristicWrite reçoit les paramètres suivants :

Voir aussi