System.Bluetooth.Components.TBluetoothLE.ReadCharacteristic

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadCharacteristic(const ADevice: TBluetoothLEDevice;
const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall ReadCharacteristic(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Description

Envoie une requête au gestionnaire distant spécifié 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