Compartir a través de


BluetoothSignalStrengthFilter.OutOfRangeThresholdInDBm Propiedad

Definición

Valor mínimo de intensidad de señal recibida (RSSI) en dBm en el que los eventos RSSI se considerarán fuera del intervalo.

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)

Valor de propiedad

Valor RSSI mínimo en dBm en el que los eventos RSSI se considerarán fuera del intervalo.

Requisitos de Windows

Características de aplicaciones
bluetooth

Comentarios

El intervalo válido para esta propiedad está comprendido entre -128 y 127.

Los eventos RSSI se consideran fuera del intervalo después de que sus valores RSSI se mantengan inferiores o iguales a OutOfRangeThresholdInDBm dentro de OutOfRangeTimeout. Los eventos RSSI también se consideran fuera del intervalo si no se reciben eventos dentro de OutOfRangeTimeout.

Se aplica a

Consulte también