System.Bluetooth.TBluetoothLEDevice.ReadCharacteristic

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall ReadCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic);

Propriétés

Type Visibilité  Source Unité  Parent
function public
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.

Gère l'événement OnCharacteristicRead pour obtenir la valeur envoyée par le périphérique distant.

Voir aussi