Class Impinj.QTData
Data returned from Impinj's QT tag.Consists of Control data.
Inheritance
System.Object
Impinj.QTData
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 QTData
Properties
ControlData
A 16 bit Control Word returned from the QT tag.The MSB(16th bit) indicates if the tag shall reduce its range during operations and the next MSB(15th bit) indicates if the tag is in Public memory profile or not.
Declaration
public ushort ControlData { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |