System.Bluetooth.Components.TBluetoothLE.ReadDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadDescriptor(const ADevice: TBluetoothLEDevice; const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall ReadDescriptor(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor);

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 périphérique distant spécifié pour renvoyer les données du descripteur spécifié.

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

Voir aussi