BluetoothSignalStrengthFilter.InRangeThresholdInDBm プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
前のイベントが範囲外と見なされた場合に RSSI イベントが伝達または範囲内と見なされる dBm の最小受信信号強度インジケーター (RSSI) 値。
public:
property IReference<short> ^ InRangeThresholdInDBm { IReference<short> ^ get(); void set(IReference<short> ^ value); };
IReference<short> InRangeThresholdInDBm();
void InRangeThresholdInDBm(IReference<short> value);
public System.Nullable<short> InRangeThresholdInDBm { get; set; }
var iReference = bluetoothSignalStrengthFilter.inRangeThresholdInDBm;
bluetoothSignalStrengthFilter.inRangeThresholdInDBm = iReference;
Public Property InRangeThresholdInDBm As Nullable(Of Short)
プロパティ値
RSSI イベントが伝達または範囲内と見なされる dBm の最小 RSSI 値。
Windows の要件
アプリの機能 |
bluetooth
|
注釈
このプロパティの有効な範囲は-128 ~ 127 です。
この条件は、フィルター処理プロセスの開始以降にイベントが受信されなかった場合でも適用されます。 すべてのデバイスの最初の想定は常に範囲外です。 イベントの RSSI 値が InRangeThresholdInDBm 以上の場合、または前のイベントが範囲内と見なされ 、OutOfRangeTimeout の有効期限が切れていない場合、イベントは範囲内と見なされます。