System.Bluetooth.Components.TBluetoothLE.ReadDescriptor

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Sydney/e/index.php?title=System.Bluetooth.Components.TBluetoothLE.ReadDescriptor&oldid=684637"