System.Bluetooth.TBluetoothLEDevice.DoReadCharacteristic

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoReadCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReadCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic) = 0 ;

Propriétés

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


Description

Envoie une requête au périphérique distant pour renvoyer les données de la caractéristique spécifiée.

Quand la valeur envoyée par le périphérique distant arrive, DoOnCharacteristicRead est appelée.

Voir aussi