TagResponse.Rssi Property

TegoOS

TagResponseRssi Property
The peak RSSI (dBm) associated with this response. NaN if not known.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public double Rssi { get; }
Public ReadOnly Property Rssi As Double
	Get
public:
property double Rssi {
	double get ();
}
member Rssi : float with get

Property Value

Type: Double
See Also