|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.BlockPermaLock
public static class Gen2.BlockPermaLock
Block PermaLock
Field Summary | |
---|---|
Gen2.Bank |
Bank
the tag memory bank to write to |
int |
BlockPtr
the starting word address to lock |
byte |
BlockRange
the number 16 blocks |
short[] |
Mask
the Mask |
byte |
ReadLock
Read or Lock ?? |
Constructor Summary | |
---|---|
Gen2.BlockPermaLock(Gen2.Bank bank,
byte readLock,
int blockPtr,
byte blockRange,
short[] mask)
Constructor to initialize parameters of Block |
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 byte ReadLock
public int BlockPtr
public byte BlockRange
public short[] Mask
Constructor Detail |
---|
public Gen2.BlockPermaLock(Gen2.Bank bank, byte readLock, int blockPtr, byte blockRange, short[] mask)
bank
- The tag memory bank to write toblockPtr
- Starting Address of the blocks to operateblockRange
- Number of 16 blocksmask
- The mask
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |