BluetoothSignalStrengthFilter.OutOfRangeThresholdInDBm Property

Definition

The minimum received signal strength indicator (RSSI) value in dBm on which RSSI events will be considered out of range.

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)

Property Value

The minimum RSSI value in dBm on which RSSI events will be considered out of range.

Windows requirements

App capabilities
bluetooth

Remarks

The valid range for this property is between -128 and 127.

RSSI events are considered out of range after their RSSI values are kept lower than or equal to OutOfRangeThresholdInDBm within OutOfRangeTimeout. RSSI events are also considered out of range if no events are received within OutOfRangeTimeout.

Applies to

See also