System.Bluetooth.TBluetoothLEDevice.ReadRemoteRSSI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadRemoteRSSI: Boolean;

C++

bool __fastcall ReadRemoteRSSI();

Properties

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

Description

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

Handle the OnReadRSSI event to obtain the RSSI value.

See Also