Uses of Class
com.metratec.lib.tag.RfidTag
-
Packages that use RfidTag Package Description com.metratec.lib.inventory com.metratec.lib.inventory.event com.metratec.lib.rfidreader com.metratec.lib.tag -
-
Uses of RfidTag in com.metratec.lib.inventory
Classes in com.metratec.lib.inventory with type parameters of type RfidTag Modifier and Type Class Description class
Inventory<T extends RfidTag>
Inventory which can throw events.
First create the inventory and than start it withInventory.start()
.class
InventoryWithTimestamp<T extends RfidTag>
Implementation for a periodic inventory check.
Add the tags withInventoryWithTimestamp.addTag(RfidTag)
orInventoryWithTimestamp.addTags(List)
, then check the inventory for losted tags withInventoryWithTimestamp.checkInventory()
class
SimpleInventory<T extends RfidTag>
Simple inventory implementation - designed for update an inventory with a list of all transponder. -
Uses of RfidTag in com.metratec.lib.inventory.event
Classes in com.metratec.lib.inventory.event with type parameters of type RfidTag Modifier and Type Class Description class
DummyInventoryListener<T extends RfidTag>
class
InventoryChangedEvent<T extends RfidTag>
interface
InventoryListener<T extends RfidTag>
The listener interface for receiving tag eventsclass
TagArrivedEvent<T extends RfidTag>
A event which is called if a new tags was found in the inventoryclass
TagDepartedEvent<T extends RfidTag>
A event which is called if a tags is no longer in the inventoryclass
TagEvent<T extends RfidTag>
A tag event -
Uses of RfidTag in com.metratec.lib.rfidreader
Classes in com.metratec.lib.rfidreader with type parameters of type RfidTag Modifier and Type Class Description class
MetratecReader<T extends RfidTag>
class
MetratecReaderGen1<T extends RfidTag>
class
MetratecReaderGen2<T extends RfidTag>
-
Uses of RfidTag in com.metratec.lib.tag
Subclasses of RfidTag in com.metratec.lib.tag Modifier and Type Class Description class
HfTag
class
MfTag
class
UhfTag
Methods in com.metratec.lib.tag that return RfidTag Modifier and Type Method Description abstract RfidTag
RfidTag. clone()
Methods in com.metratec.lib.tag with parameters of type RfidTag Modifier and Type Method Description int
RfidTag. compareTo(RfidTag o)
void
RfidTag. updateTag(RfidTag tag)
update the tag with the new scanned one
-