|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Gen2.ReadData
public static class Gen2.ReadData
Embedded Tag operation : Read Data
Field Summary | |
---|---|
Gen2.Bank |
Bank
Gen2 memory bank to write to |
java.util.EnumSet<Gen2.Bank> |
banks
Gen2 memory banks to read |
int |
Len
Number of words to read |
int |
WordAddress
word address to start writing at |
Constructor Summary | |
---|---|
Gen2.ReadData(java.util.EnumSet<Gen2.Bank> banks,
int wordAddress,
byte length)
Constructor to initialize the parameter of Read Data |
|
Gen2.ReadData(Gen2.Bank bank,
int wordAddress,
byte length)
Constructor to initialize the parameter of Read 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 int Len
public java.util.EnumSet<Gen2.Bank> banks
Constructor Detail |
---|
public Gen2.ReadData(Gen2.Bank bank, int wordAddress, byte length)
bank
- Memory Bank to readwordAddress
- read starting addresslength
- the length of data to readpublic Gen2.ReadData(java.util.EnumSet<Gen2.Bank> banks, int wordAddress, byte length)
bank
- Memory Bank to readwordAddress
- read starting addresslength
- the length of data to read
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |