BluetoothSignalStrengthFilter.OutOfRangeThresholdInDBm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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)
屬性值
dBm 中的最小 RSSI 值,其中 RSSI 事件會被視為超出範圍。
Windows 需求
應用程式功能 |
bluetooth
|
備註
此屬性的有效範圍介於 -128 和 127 之間。
RSSI 事件在 RSSI 值維持在 OutOfRangeTimeout內的 OutOfRangeThresholdInDBm 下限或等於超出範圍。 如果未在 OutOfRangeTimeout內收到任何事件,RSSI 事件也會被視為超出範圍。