共用方式為


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)

屬性值

dBm 中將傳播或考慮 RSSI 事件的最小 RSSI 值。

Windows 需求

應用程式功能
bluetooth

備註

此屬性的有效範圍介於 -128 和 127 之間。

如果篩選程式開始時未收到任何事件,則此條件仍適用。 任何裝置的初始假設一律超出範圍。 如果其 RSSI 值大於或等於 InRangeThresholdInDBm,或前一個事件在範圍中被視為,且 OutOfRangeTimeout 尚未過期,則會將其視為範圍中的事件。

適用於

另請參閱