List<String> |
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.
|
List<String> |
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.
|
List<String> |
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.setMask(UHFReader.MEMBANK membank,
String hexMaskValue) |
Most tags manipulation instruction can be limited to a population of tags with certain data
values, e.g. tags that start with a certain EPC, a certain TID or even contain certain data in
the user memory.
|
void |
UHFReader.setMask(UHFReader.MEMBANK membank,
String hexMaskValue,
int start) |
Most tags manipulation instruction can be limited to a population of tags with certain data
values, e.g. tags that start with a certain EPC, a certain TID or even contain certain data in
the user memory.
|
void |
UHFReader.setMask(UHFReader.MEMBANK membank,
String hexMaskValue,
int start,
int bitLenght) |
Most tags manipulation instruction can be limited to a population of tags with certain data
values, e.g. tags that start with a certain EPC, a certain TID or even contain certain data in
the user memory.
|
void |
UHFReader.setTagData(UHFReader.MEMBANK membank,
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.
|
List<String> |
UHFReader.setTagData(UHFReader.MEMBANK membank,
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.
|