System.Bluetooth.TBluetoothLEDevice.DoReadDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReadDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReadDescriptor(TBluetoothGattDescriptor* const ADescriptor) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Sends a request to the remote device to send back the data of the specified descriptor.

When the value that the remote device sends arrives, DoOnDescriptorRead is called.

See Also