public class TagWriteOp extends TagOp
Constructor and Description |
---|
TagWriteOp() |
Modifier and Type | Method and Description |
---|---|
TagData |
getAccessPassword() |
TagData |
getData() |
MemoryBank |
getMemoryBank() |
short |
getWordPointer() |
void |
setAccessPassword(TagData accessPassword) |
void |
setData(TagData data) |
void |
setMemoryBank(MemoryBank memoryBank) |
void |
setWordPointer(short wordPointer) |
public TagData getAccessPassword()
public void setAccessPassword(TagData accessPassword)
accessPassword
- Tag access password. Required only if the tag target memory bank
is locked and an access password has been set.public MemoryBank getMemoryBank()
public void setMemoryBank(MemoryBank memoryBank)
memoryBank
- Tag memory bank to write to.public short getWordPointer()
public void setWordPointer(short wordPointer)
wordPointer
- Numeric pointer to first word to write to (e.g. the first word would be
word 0). Common word pointers are defined:WordPointers
public TagData getData()
public void setData(TagData data)
data
- Data to write into the tag memory bank, starting at the word pointed to
by WordPointer.