System.Bluetooth.TBluetoothLEAdvertiseData.TxPowerLevel

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property TxPowerLevel: Integer read GetTxPowerLevel write SetTxPowerLevel;

C++

__property int TxPowerLevel = {read=GetTxPowerLevel, write=SetTxPowerLevel, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdvertiseData


Beschreibung

Übertragener Leistungspegel in dBm der Bekanntgabedaten.

Mit dem übertragenen Leistungspegel können Sie den Pfadverlust (EN) für die empfangenen Bekanntgabedaten berechnen:

Pfadverlust = TxPowerLevel - RSSI

Weitere Informationen finden Sie unter Bluetooth Core Specification Supplement, Part A, section 1.5 (EN).

Exceptions

Exception Meldung Szenarien
EBluetoothLEAdvertiseDataException Mindestens Android 5 (API 21) erforderlich
  • Auf Ihrem Gerät wird eine Version von Android ausgeführt, die Bluetooth LE-Bekanntgaben nicht unterstützt.

Siehe auch