com.thingmagic
Class Gen2.Impinj.Monza4.QTControlByte

java.lang.Object
  extended by com.thingmagic.Gen2.Impinj.Monza4.QTControlByte
Enclosing class:
Gen2.Impinj.Monza4

public static class Gen2.Impinj.Monza4.QTControlByte
extends java.lang.Object

Monza4 QT Control Byte


Field Summary
 boolean Persistence
          If Read/Write=1, the Persistence field indicates whether the QT control is written to nonvolatile (NVM) or volatile memory.
 boolean QTReadWrite
          The Read/Write field indicates whether the tag reads or writes QT control data.
 boolean RFU_Impinj4
          RFU_Impinj bits are as per the Monza4 specification.
 boolean RFU_Impinj5
           
 boolean RFU_TM0
          The following bits are Reserved for Future Use.
 boolean RFU_TM1
           
 boolean RFU_TM2
           
 boolean RFU_TM3
           
 
Constructor Summary
Gen2.Impinj.Monza4.QTControlByte()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RFU_TM0

public boolean RFU_TM0
The following bits are Reserved for Future Use. And will be ignored. RFU_TM's are ThingMagic specific RFU bits


RFU_TM1

public boolean RFU_TM1

RFU_TM2

public boolean RFU_TM2

RFU_TM3

public boolean RFU_TM3

RFU_Impinj4

public boolean RFU_Impinj4
RFU_Impinj bits are as per the Monza4 specification.


RFU_Impinj5

public boolean RFU_Impinj5

QTReadWrite

public boolean QTReadWrite
The Read/Write field indicates whether the tag reads or writes QT control data. Read/Write=0 means read the QT control bits in cache. Read/Write=1 means write the QT control bits


Persistence

public boolean Persistence
If Read/Write=1, the Persistence field indicates whether the QT control is written to nonvolatile (NVM) or volatile memory. Persistence=0 means write to volatile memory. Persistence=1 means write to NVM memory

Constructor Detail

Gen2.Impinj.Monza4.QTControlByte

public Gen2.Impinj.Monza4.QTControlByte()