com.thingmagic
Class Gen2.Alien.Higgs3.FastLoadImage

java.lang.Object
  extended by com.thingmagic.TagOp
      extended by com.thingmagic.Gen2.Gen2CustomTagOp
          extended by com.thingmagic.Gen2.Alien
              extended by com.thingmagic.Gen2.Alien.Higgs3
                  extended by com.thingmagic.Gen2.Alien.Higgs3.FastLoadImage
Enclosing class:
Gen2.Alien.Higgs3

public static class Gen2.Alien.Higgs3.FastLoadImage
extends Gen2.Alien.Higgs3

Higgs3 FastLoadImage


Nested Class Summary
 
Nested classes/interfaces inherited from class com.thingmagic.Gen2.Alien.Higgs3
Gen2.Alien.Higgs3.BlockReadLock, Gen2.Alien.Higgs3.FastLoadImage, Gen2.Alien.Higgs3.LoadImage
 
Nested classes/interfaces inherited from class com.thingmagic.Gen2.Alien
Gen2.Alien.Higgs2, Gen2.Alien.Higgs3
 
Field Summary
 int accessPassword
          Access password to write to the tag
 int currentAccessPassword
          current access password to write to the tag
 byte[] epc
          Tag EPC to write to the tag
 int killPassword
          killPassword password to write to the tag
 int pcWord
          pc bits to write to the tag
 
Fields inherited from class com.thingmagic.Gen2.Gen2CustomTagOp
chipType
 
Constructor Summary
Gen2.Alien.Higgs3.FastLoadImage(int currentAccessPassword, int accessPassword, int killPassword, int pcWord, byte[] epc)
          Constructor to initialize parameters of Higgs3FastLoadImage
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentAccessPassword

public int currentAccessPassword
current access password to write to the tag


accessPassword

public int accessPassword
Access password to write to the tag


killPassword

public int killPassword
killPassword password to write to the tag


pcWord

public int pcWord
pc bits to write to the tag


epc

public byte[] epc
Tag EPC to write to the tag

Constructor Detail

Gen2.Alien.Higgs3.FastLoadImage

public Gen2.Alien.Higgs3.FastLoadImage(int currentAccessPassword,
                                       int accessPassword,
                                       int killPassword,
                                       int pcWord,
                                       byte[] epc)
Constructor to initialize parameters of Higgs3FastLoadImage

Parameters:
currentAccessPassword - The access password to use to write on the tag
accessPassword - The new access password to be written on the tag
killPassword - The new kill password to be written on the tag
pcWord - The PC word to be written on the tag
epc - The 96 bit EPC value to be written to the tag.