System.Bluetooth.TBluetoothLEDevice.DoReadCharacteristic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReadCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReadCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic) = 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 characteristic.

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

See Also