com.thingmagic
Class Gen2.NXP.UCODE7.ConfigWord

java.lang.Object
  extended by com.thingmagic.Gen2.NXP.UCODE7.ConfigWord
Enclosing class:
Gen2.NXP.UCODE7

public static class Gen2.NXP.UCODE7.ConfigWord
extends java.lang.Object


Field Summary
 boolean maxBackscatterStrength
          Maximum backscatter strength (permanently stored in tag memory)
 boolean parallelEncoding
          Parallel encoding (Action bit)
 boolean psfAlarm
          PSF alarm flag (Permanently stored in tag memory)
 boolean RFU0
          RFU 0
 boolean RFU1
          RFU 1
 boolean RFU10
          RFU 10
 boolean RFU11
          RFU 11
 boolean RFU12
          RFU 12
 boolean RFU13
          RFU 13
 boolean RFU14
          RFU 14
 boolean RFU3
          RFU 3
 boolean RFU5
          RFU 5
 boolean RFU6
          RFU 6
 boolean RFU7
          RFU 7
 boolean RFU8
          RFU 8
 boolean tagPowerIndicator
          Tag Power Indicator (Action bit)
 
Constructor Summary
Gen2.NXP.UCODE7.ConfigWord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

psfAlarm

public boolean psfAlarm
PSF alarm flag (Permanently stored in tag memory)


RFU14

public boolean RFU14
RFU 14


RFU13

public boolean RFU13
RFU 13


RFU12

public boolean RFU12
RFU 12


RFU11

public boolean RFU11
RFU 11


RFU10

public boolean RFU10
RFU 10


maxBackscatterStrength

public boolean maxBackscatterStrength
Maximum backscatter strength (permanently stored in tag memory)


RFU8

public boolean RFU8
RFU 8


RFU7

public boolean RFU7
RFU 7


RFU6

public boolean RFU6
RFU 6


RFU5

public boolean RFU5
RFU 5


tagPowerIndicator

public boolean tagPowerIndicator
Tag Power Indicator (Action bit)


RFU3

public boolean RFU3
RFU 3


parallelEncoding

public boolean parallelEncoding
Parallel encoding (Action bit)


RFU1

public boolean RFU1
RFU 1


RFU0

public boolean RFU0
RFU 0

Constructor Detail

Gen2.NXP.UCODE7.ConfigWord

public Gen2.NXP.UCODE7.ConfigWord()