System.Bluetooth.TBluetoothLEDevice.ReadDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall ReadDescriptor(TBluetoothGattDescriptor* const ADescriptor);

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 du descripteur spécifié.

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

Voir aussi