|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.WriteData
public static class Gen2.WriteData
Embedded Tag operation : Write Data
Field Summary | |
---|---|
Gen2.Bank |
Bank
Gen2 memory bank to write to |
short[] |
Data
Data to write |
int |
WordAddress
word address to start writing at |
Constructor Summary | |
---|---|
Gen2.WriteData(Gen2.Bank bank,
int wordAddress,
short[] data)
Constructor to initialize the parameter of Write Data |
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 WordAddress
public short[] Data
Constructor Detail |
---|
public Gen2.WriteData(Gen2.Bank bank, int wordAddress, short[] data)
bank
- Memory Bank to WritewordAddress
- Write starting addressdata
- the data to write
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |