TagResponse.Count Property

TegoOS

TagResponseCount Property
The number of operation responses provided by this tag response (may be less than number of operations if an operation failed).

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

Property Value

Type: Int32
See Also