public interface IDatabankParameters
DatabankParameters
Modifier and Type | Method and Description |
---|---|
Databank |
getBank()
Gets or sets the transponder data bank to be used
|
byte[] |
getData()
Gets or sets the data read from or written to a transponder memory bank
|
int |
getLength()
Gets or sets the length in words of the data to write
|
int |
getOffset()
Gets or sets the offset, in 16 bit words, from the start of the memory bank to where the data will be written
|
void |
setBank(Databank value) |
void |
setData(byte[] value) |
void |
setLength(int value) |
void |
setOffset(int value) |
Databank getBank()
void setBank(Databank value)
byte[] getData()
void setData(byte[] value)
int getLength()
void setLength(int value)
int getOffset()
void setOffset(int value)