System.Bluetooth.Components.TBluetoothLE.ReadRemoteRSSI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadRemoteRSSI(const ADevice: TBluetoothLEDevice): Boolean;

C++

bool __fastcall ReadRemoteRSSI(System::Bluetooth::TBluetoothLEDevice* const ADevice);

Properties

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

Description

Reads the RSSI (received signal strength indication) value from a remote device. This is an asynchronous operation and once ReadRemoteRSSI is completed, the OnReadRSSI callback is triggered.

Platform Support

This function is not supported on Windows.

See Also