Class BluetoothSignalStrengthFilter
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Groups parameters used to configure received signal strength indicator (RSSI)-based filtering.
public class BluetoothSignalStrengthFilter
- Inheritance
-
BluetoothSignalStrengthFilter
- Inherited Members
- Extension Methods
Constructors
BluetoothSignalStrengthFilter()
Create a new BluetoothSignalStrengthFilter object.
public BluetoothSignalStrengthFilter()
Properties
InRangeThresholdInDBm
The minimum received signal strength indicator (RSSI) value in dBm on which RSSI events will be propagated or considered in range if the previous events were considered out of range. Value between +20 and -127. Default vale is -127.
public short InRangeThresholdInDBm { get; set; }
Property Value
OutOfRangeThresholdInDBm
The minimum received signal strength indicator (RSSI) value in dBm on which RSSI events will be considered out of range. Value between +20 and -127. Default vale is -127.
public short OutOfRangeThresholdInDBm { get; set; }
Property Value
OutOfRangeTimeout
The time out for a received signal strength indicator (RSSI) event to be considered out of range. Value between 1 and 60 seconds.
public TimeSpan OutOfRangeTimeout { get; set; }