java.util.List<UhfTag> |
UHFReader.getTagData(UHFReader.MEMBANK membank,
int startAddress,
int words) |
Reads the data from the tags.
It is possible to mask this command (using the setMask(...) method) to limit this command to a
certain population of tags.
|
java.util.List<UhfTag> |
UHFReader.getTagData(UHFReader.MEMBANK membank,
int startAddress,
int words,
boolean ssl) |
Reads the data from the tags.
It is possible to mask this command (using the setMask(...) method) to limit this command to a
certain population of tags.
|
java.util.List<UhfTag> |
UHFReader.lockTag(UHFReader.MEMBANK membank,
int mode,
boolean ssl) |
Used to set the access rights of the different data blocks, including the access password
itself and the kill password.
|
void |
UHFReader.scanTagData(UHFReader.MEMBANK membank,
int startAddress,
int words,
boolean ssl) |
Reads the data from the tags.
It is possible to mask this command (using the setMask(...) method) to limit this command to a
certain population of tags.
|
void |
UHFReader.setMask(UHFReader.MEMBANK membank,
java.lang.String hexMaskValue) |
Most tags manipulation instruction can be limited to a population of tags with certain data
values, e.g.
|
void |
UHFReader.setMask(UHFReader.MEMBANK membank,
java.lang.String hexMaskValue,
int start) |
Most tags manipulation instruction can be limited to a population of tags with certain data
values, e.g.
|
void |
UHFReader.setMask(UHFReader.MEMBANK membank,
java.lang.String hexMaskValue,
int start,
int bitLength) |
Most tags manipulation instruction can be limited to a population of tags with certain data
values, e.g.
|
java.util.List<UhfTag> |
UHFReader.setTagData(UHFReader.MEMBANK membank,
java.lang.String hexData,
int startAddress) |
Writes data to the tag
It is possible to mask this command (using the setMask(...) method) to limit this command to a
certain population of tags.
|
java.util.List<UhfTag> |
UHFReader.setTagData(UHFReader.MEMBANK membank,
java.lang.String hexData,
int startAddress,
boolean ssl) |
Writes data to the tag
It is possible to mask this command (using the setMask(...) method) to limit this command to a
certain population of tags.
|