System.Bluetooth.TBluetoothLEAdvertiseData.TxPowerLevel
Delphi
property TxPowerLevel: Integer read GetTxPowerLevel write SetTxPowerLevel;
C++
__property int TxPowerLevel = {read=GetTxPowerLevel, write=SetTxPowerLevel, nodefault};
Inhaltsverzeichnis
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 |
|