OperationResponse.FailCount Property

TegoOS

OperationResponseFailCount Property
The number of failed attempts to execute the operation.

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

Property Value

Type: Int32
See Also