Class ImpinjStats
Represents the Impinj Stats
Inheritance
System.Object
ImpinjStats
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ImpinjStats
Properties
QTFailureCount
The number of failed QT-operations
Declaration
public uint QTFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
QTSuccessCount
The number of the QT-operations that succeeded
Declaration
public uint QTSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |