java.util.List<UhfTag> |
UHFReaderGen2.changeKillPassword(java.lang.String oldPassword,
java.lang.String newPassword) |
Change/Set the kill password
|
java.util.List<UhfTag> |
UHFReaderGen2.changeKillPassword(java.lang.String oldPassword,
java.lang.String newPassword,
java.lang.String epcMask) |
Change/Set the kill password
|
java.util.List<UhfTag> |
UHFReaderGen2.changeLockPassword(java.lang.String oldPassword,
java.lang.String newPassword) |
Change/Set the lock password
|
java.util.List<UhfTag> |
UHFReaderGen2.changeLockPassword(java.lang.String oldPassword,
java.lang.String newPassword,
java.lang.String epcMask) |
Change/Set the lock password
|
java.util.List<UhfTag> |
UHFReader.directCommand(java.lang.String data,
boolean isSingleSlot,
boolean withHandle,
boolean withCRC) |
The direct command is used to access tags with optional or manufacturer specific commands.
|
java.util.List<UhfTag> |
UHFReader.directCommand(java.lang.String data,
int bitLengthData,
boolean isSingleSlot,
boolean withHandle,
boolean withCRC) |
The direct command is used to access tags with optional or manufacturer specific commands.
|
java.util.List<UhfTag> |
UHFReader.directCommand(java.lang.String data1,
int bitLengthData1,
java.lang.String data2,
int bitLengthData2,
boolean isSingleSlot,
boolean withHandle,
boolean withCRC) |
The direct command is used to access tags with optional or manufacturer specific commands.
|
java.util.List<UhfTag> |
UHFReader.getInventory() |
Looks for all tags in range of the reader and get the EPCs of all tags as a number of strings
back
|
java.util.List<UhfTag> |
UHFReader.getInventory(boolean singSlot,
boolean onlyNewTag,
boolean secure) |
Looks for all tags in range of the reader and sends their EPCs as as hex-coded numbers one EPC
per line back to the host.
|
java.util.List<UhfTag> |
UHFReaderGen2.getInventoryReport(java.lang.Integer duration) |
|
java.util.List<UhfTag> |
UHFReader.getInventorySingleSlot() |
Looks for all tags in range of the reader with single slot and get the EPCs of all tags as a
number of strings back
|
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> |
UHFReaderGen2.getTagData(int startAddress,
int length) |
Reads the data from the tags.
|
java.util.List<UhfTag> |
UHFReaderGen2.getTagData(int startAddress,
int length,
java.lang.String epcMask) |
Reads the data from the tags.
|
java.util.List<UhfTag> |
UHFReaderGen2.getTagData(UHFReaderGen2.MEMBANK membank,
int startAddress,
int length,
java.lang.String epcMask) |
Reads a memory from the tags.
|
java.util.List<UhfTag> |
UHFReader.getTagTIDs() |
Reads the TID from 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.getTagTIDs(int length) |
Reads the TID from the tag with a predefined length.
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> |
UHFReaderGen2.getTagTIDs() |
Reads the TID from the tag.
|
java.util.List<UhfTag> |
UHFReaderGen2.getTagTIDs(int length,
java.lang.String epcMask) |
Reads the TID from the tag with a predefined length.
|
java.util.List<UhfTag> |
UHFReader.killTag(boolean isSingleSlot) |
The Kill Command can be used to disable UHF Gen2 Tags forever.
|
java.util.List<UhfTag> |
UHFReaderGen2.killTag(java.lang.String password) |
Kill tags
|
java.util.List<UhfTag> |
UHFReaderGen2.killTag(java.lang.String password,
java.lang.String epcMask) |
Kill 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.
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTag(UHFReaderGen2.MEMBANK membank,
java.lang.String password,
java.lang.String epcMask) |
Lock a tag memory
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagData(java.lang.String password) |
Lock a tag data
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagData(java.lang.String password,
java.lang.String epcMask) |
Lock a tag data
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagEpc(java.lang.String password) |
Lock a tag epc
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagEpc(java.lang.String password,
java.lang.String epcMask) |
Lock a tag epc
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagEpcPermament(java.lang.String password) |
Lock a tag epc permament
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagEpcPermament(java.lang.String password,
java.lang.String epcMask) |
Lock a tag epc permament
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagMemoryPermament(java.lang.String password) |
Lock a tag user data permament
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagMemoryPermament(java.lang.String password,
java.lang.String epcMask) |
Lock a tag user data permament
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagPermament(UHFReaderGen2.MEMBANK membank,
java.lang.String password) |
Lock a tag memory permament
|
java.util.List<UhfTag> |
UHFReaderGen2.lockTagPermament(UHFReaderGen2.MEMBANK membank,
java.lang.String password,
java.lang.String epcMask) |
Lock a tag memory permament
|
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.
|
java.util.List<UhfTag> |
UHFReaderGen2.setTagData(int startAddress,
java.lang.String data) |
Set the tag data
|
java.util.List<UhfTag> |
UHFReaderGen2.setTagData(int startAddress,
java.lang.String data,
java.lang.String epcMask) |
Set the tag data
|
java.util.List<UhfTag> |
UHFReaderGen2.setTagData(UHFReaderGen2.MEMBANK membank,
int startAddress,
java.lang.String data,
java.lang.String epcMask) |
Write a memory from the tags.
|
java.util.List<UhfTag> |
UHFReaderGen2.setTagEpc(int startAddress,
java.lang.String epc) |
Set the tag epc
|
java.util.List<UhfTag> |
UHFReaderGen2.setTagEpc(java.lang.String tid,
int startAddress,
java.lang.String epc) |
Set the tag epc
|
java.util.List<UhfTag> |
UHFReader.setTagEPC(java.lang.String newEPC) |
Sets a new EPC for the tag in the field
|
java.util.List<UhfTag> |
UHFReader.setTagEPC(java.lang.String newEPC,
java.lang.String tid) |
Sets a new epc for a tag, tid is needed
|
java.util.List<UhfTag> |
UHFReader.stopInventory() |
|
java.util.List<UhfTag> |
UHFReaderGen2.unlockTag(UHFReaderGen2.MEMBANK membank,
java.lang.String password) |
Unlock a tag memory
|
java.util.List<UhfTag> |
UHFReaderGen2.unlockTag(UHFReaderGen2.MEMBANK membank,
java.lang.String password,
java.lang.String epcMask) |
Unlock a tag memory
|
java.util.List<UhfTag> |
UHFReaderGen2.unlockTagData(java.lang.String password) |
Unlock a tag data
|
java.util.List<UhfTag> |
UHFReaderGen2.unlockTagData(java.lang.String password,
java.lang.String epcMask) |
Unlock a tag data
|
java.util.List<UhfTag> |
UHFReaderGen2.unlockTagEpc(java.lang.String password) |
Unlock a tag epc
|
java.util.List<UhfTag> |
UHFReaderGen2.unlockTagEpc(java.lang.String password,
java.lang.String epcMask) |
Unlock a tag epc
|