Uses of Class
com.metratec.lib.tag.HfTag
-
Packages that use HfTag Package Description com.metratec.lib.rfidreader.event com.metratec.lib.rfidreader.iso com.metratec.lib.tag -
-
Uses of HfTag in com.metratec.lib.rfidreader.event
Methods in com.metratec.lib.rfidreader.event that return HfTag Modifier and Type Method Description HfTag
HfTagEvent. getTag()
Method parameters in com.metratec.lib.rfidreader.event with type arguments of type HfTag Modifier and Type Method Description default void
HfTagEventListener. tagFound(RfidTagFound<HfTag> event)
default void
HfTagEventListener. tagLost(RfidTagLost<HfTag> event)
Constructors in com.metratec.lib.rfidreader.event with parameters of type HfTag Constructor Description HfTagEvent(java.lang.String identifier, HfTag tag)
HfTagEvent(java.lang.String identifier, HfTag tag, java.lang.Long timestamp)
HfTagFound(java.lang.String identifier, HfTag tag, java.lang.Long timestamp)
HfTagLost(java.lang.String identifier, HfTag tag, java.lang.Long timestamp)
Constructor parameters in com.metratec.lib.rfidreader.event with type arguments of type HfTag Constructor Description HfTagFound(RfidTagFound<HfTag> event)
HfTagLost(RfidTagLost<HfTag> event)
-
Uses of HfTag in com.metratec.lib.rfidreader.iso
Methods in com.metratec.lib.rfidreader.iso that return HfTag Modifier and Type Method Description HfTag
ISOReader. getTagData(int blockNumber)
get the data which is stored in the block numberHfTag
ISOReader. getTagData(int firstBlock, int numberOfFollowingBlocks, java.lang.String tagID)
gets the data which is stored in the tag, get the data from first block and the following blocks.HfTag
ISOReader. getTagData(int blockNumber, java.lang.String tagID)
get the data from the Tag with tagID which is stored in the block numberHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data)
Writes Data to the tagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data, boolean optionFlag)
Writes Data to the tagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data, java.lang.String tagID)
Writes Data to the specified TagHfTag
ISOReader. setTagData(int blockNumber, java.lang.String data, java.lang.String tagID, boolean optionFlag)
Writes Data to the specified TagMethods in com.metratec.lib.rfidreader.iso that return types with arguments of type HfTag Modifier and Type Method Description java.util.List<HfTag>
ISOReader. getInventory()
looks for all tags in range of the reader and get the Tag IDs of all tags as a number of strings backjava.util.List<HfTag>
ISOReader. getInventorySingleSlot()
looks for all tags in range of the reader (used single slot) and get the Tag IDs of all tags as a number of strings backjava.util.List<HfTag>
ISOReader. getInventoryUnique()
looks for all new tags in range of the reader and get the Tag IDs of all tags as a number of strings backjava.util.List<HfTag>
ISOReader. getInventoryUniqueSingleSlot()
looks for all new tags in range of the reader (used single slot) and get the Tag IDs of all tags as a number of strings backjava.util.List<HfTag>
ISOReader. stopInventory()
-
Uses of HfTag in com.metratec.lib.tag
Methods in com.metratec.lib.tag that return HfTag Modifier and Type Method Description HfTag
HfTag. clone()
-