|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.BlockWrite
public static class Gen2.BlockWrite
Block Write
| Field Summary | |
|---|---|
Gen2.Bank |
Bank
the tag memory bank to write to |
short[] |
Data
the bytes to write |
byte |
WordCount
the number words to write |
int |
WordPtr
the word address to start writing to |
| Constructor Summary | |
|---|---|
Gen2.BlockWrite(Gen2.Bank bank,
int wordPtr,
byte wordCount,
short[] data)
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 int WordPtr
public byte WordCount
public short[] Data
| Constructor Detail |
|---|
public Gen2.BlockWrite(Gen2.Bank bank,
int wordPtr,
byte wordCount,
short[] data)
bank - The tag memory bank to write towordPtr - Word Address to start writing towordCount - The length of the data to write in wordsdata - Data to write
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||