System.Bluetooth.Components.TBluetoothLE.ReadRemoteRSSI

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ReadRemoteRSSI(const ADevice: TBluetoothLEDevice): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

Liest den RSSI-Wert (Indikator für die Stärke des empfangenen Signals) vom Remote-Gerät. Dabei handelt es sich um einen asynchronen Vorgang. Nach Abschluss von ReadRemoteRSSI wird die Callback-Funktion OnReadRSSI ausgelöst.

Plattformunterstützung

Diese Funktion wird auf Windows nicht unterstützt.

Siehe auch