Class Impinj.QTWriteAccessParams
Parameters for Impinj's QTWrite Access operation.
Inheritance
System.Object
Impinj.QTWriteAccessParams
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 QTWriteAccessParams
Constructors
QTWriteAccessParams()
constructor
Declaration
public QTWriteAccessParams()
Properties
AccessPassword
64 bit Access password of the QT tag
Declaration
public uint AccessPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
QTControlData
Contains two control flags - Public Memory map (bit 16-MSB)and Short range(bit 15). Setting the Public memory map exposes the public memory profile of th QT tag and resetting it exposes it's private memory profile.Setting the short range flag the range of QT flag in subsequent operations.
Declaration
public ushort QTControlData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
QTPersist
control flag to indicate whether the QTWrite command is written to volatile memory (for a zero value) or Non-volatile (for a non zero value)
Declaration
public bool QTPersist { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |