System.Bluetooth.Components.TBluetoothLE.ReadDescriptor
Delphi
function ReadDescriptor(const ADevice: TBluetoothLEDevice; const ADescriptor: TBluetoothGattDescriptor): Boolean;
C++
bool __fastcall ReadDescriptor(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Sends a request to the specified remote device to send back the data of the specified descriptor.
Handle the OnDescriptorRead event to obtain the value that the remote device sends.