System.Bluetooth.TBluetoothLEDevice.DoReadRemoteRSSI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoReadRemoteRSSI: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReadRemoteRSSI() = 0 ;

Properties

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

Description

Requests the received signal strength indication (RSSI) of the remote device.

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEDevice implement.

When the RSSI value is received, DoReadRemoteRSSI calls DoOnReadRssi with the value as a parameter.

See Also