Filter.MinRssi Property

TegoOS

FilterMinRssi Property
Minimum RSSI a tag should match. Double.NaN if not filtering on RSSI.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public double MinRssi { get; set; }
Public Property MinRssi As Double
	Get
	Set
public:
property double MinRssi {
	double get ();
	void set (double value);
}
member MinRssi : float with get, set

Property Value

Type: Double
See Also