System.Beacon.Components.TBeaconDevice.TxPower

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TxPower: ShortInt read FTxPower write SetTxPower default -63;

C++

__property TxPower = {default=-63};

プロパティ

種類 可視性 ソース ユニット
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeaconDevice

説明

送信出力を示します。

System.Beacon.Components.TBeaconDevice.TxPower は System.Beacon.Components.TCustomBeaconDevice.TxPower を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeaconDevice.TxPower を参照しています。 送信出力を示します。

TxPower は、ビーコン デバイス送信機の送信出力を表します。この値はまた、近接度の推定のためにアドバタイズされます。

この値を、次のように、補正パラメータとして使用できます。

  • TxPower を、ビーコンから 1 m 離れた地点で予想される Rssi 値に設定します。基準単位は dBm です。

これにより、他の BLE デバイスまでの距離での信頼できる値を取得できます。

関連項目