System.Beacon.Components.TCustomBeaconDevice.TxPower

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

Delphi

property TxPower: ShortInt read FTxPower write SetTxPower default TXPOWER_IDETERMINATED;

C++

__property System::Int8 TxPower = {read=FTxPower, write=SetTxPower, default=-63};

プロパティ

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


説明

送信出力を示します。

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

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

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

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

関連項目