|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thingmagic.TagOp
com.thingmagic.Iso180006b.WriteData
public static class Iso180006b.WriteData
Embedded Tag operation : Write Data
Field Summary | |
---|---|
byte |
ByteAddress
byte address to start writing at |
byte[] |
Data
Data to write |
Constructor Summary | |
---|---|
Iso180006b.WriteData(byte byteAddress,
byte[] 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 byte ByteAddress
public byte[] Data
Constructor Detail |
---|
public Iso180006b.WriteData(byte byteAddress, byte[] data)
byteAddress
- Write starting addressdata
- the data to write
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |