|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.BlockErase
public static class Gen2.BlockErase
Block Erase
Field Summary | |
---|---|
Gen2.Bank |
Bank
the tag memory bank to erase |
byte |
WordCount
the number 16 blocks |
int |
WordPtr
the starting word address to erase |
Constructor Summary | |
---|---|
Gen2.BlockErase(Gen2.Bank bank,
int wordPtr,
byte wordCount)
Constructor to initialize parameters of BlockErase |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Gen2.Bank Bank
public int WordPtr
public byte WordCount
Constructor Detail |
---|
public Gen2.BlockErase(Gen2.Bank bank, int wordPtr, byte wordCount)
bank
- wordPtr
- wordCount
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |