OneTagProgressArgs.AttemptsSinceLastSeen Property

TegoOS

OneTagProgressArgsAttemptsSinceLastSeen Property
Gets the number of attempts over which the tag has consecutively not been seen.

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

Property Value

Type: Int32
See Also