BluetoothSignalStrengthFilter.OutOfRangeThresholdInDBm 属性

定义

接收的最小信号强度指示器 (RSSI) 值(以 dBm 为单位),RSSI 事件将被视为范围外。

public:
 property IReference<short> ^ OutOfRangeThresholdInDBm { IReference<short> ^ get(); void set(IReference<short> ^ value); };
IReference<short> OutOfRangeThresholdInDBm();

void OutOfRangeThresholdInDBm(IReference<short> value);
public System.Nullable<short> OutOfRangeThresholdInDBm { get; set; }
var iReference = bluetoothSignalStrengthFilter.outOfRangeThresholdInDBm;
bluetoothSignalStrengthFilter.outOfRangeThresholdInDBm = iReference;
Public Property OutOfRangeThresholdInDBm As Nullable(Of Short)

属性值

RSSI 事件将被视为超过范围的最小 RSSI 值(以 dBm 为单位)。

Windows 要求

应用功能
bluetooth

注解

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

RSSI 事件在 OutOfRangeTimeout 中将其 RSSI 值保留为小于或等于 OutOfRangeThresholdInDBm 后,被视为超出范围。 如果在 OutOfRangeTimeout 中未收到任何事件,则 RSSI 事件也被视为范围外。

适用于

另请参阅