System.Bluetooth.Components.TBluetoothLE.ReadRemoteRSSI
Delphi
function ReadRemoteRSSI(const ADevice: TBluetoothLEDevice): Boolean;
C++
bool __fastcall ReadRemoteRSSI(System::Bluetooth::TBluetoothLEDevice* const ADevice);
Inhaltsverzeichnis
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.