BluetoothSignalStrengthFilter.InRangeThresholdInDBm 属性

定义

接收的最小信号强度指示器 (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 事件将在范围内传播或考虑的最小 RSSI 值(以 dBm 为单位)。

Windows 要求

应用功能
bluetooth

注解

此属性的有效范围介于 -128 和 127 之间。

如果在筛选过程开始后未收到任何事件,则此条件仍然适用。 任何设备的初始假设始终在范围外。 如果某个事件的 RSSI 值大于或等于 InRangeThresholdInDBm,或者在范围内考虑了上一个事件,并且 OutOfRangeTimeout 未过期,则会将其视为范围中的事件。

适用于

另请参阅