Uses of Class
com.metratec.lib.tag.MfTag
-
Packages that use MfTag Package Description com.metratec.lib.rfidreader.event com.metratec.lib.rfidreader.mf com.metratec.lib.tag -
-
Uses of MfTag in com.metratec.lib.rfidreader.event
Methods in com.metratec.lib.rfidreader.event that return MfTag Modifier and Type Method Description MfTag
MfTagEvent. getTag()
Method parameters in com.metratec.lib.rfidreader.event with type arguments of type MfTag Modifier and Type Method Description default void
MfTagEventListener. tagFound(RfidTagFound<MfTag> event)
default void
MfTagEventListener. tagLost(RfidTagLost<MfTag> event)
Constructors in com.metratec.lib.rfidreader.event with parameters of type MfTag Constructor Description MfTagEvent(java.lang.String identifier, MfTag tag)
MfTagEvent(java.lang.String identifier, MfTag tag, java.lang.Long timestamp)
MfTagFound(java.lang.String identifier, MfTag tag, java.lang.Long timestamp)
MfTagLost(java.lang.String identifier, MfTag tag, java.lang.Long timestamp)
Constructor parameters in com.metratec.lib.rfidreader.event with type arguments of type MfTag Constructor Description MfTagFound(RfidTagFound<MfTag> event)
MfTagLost(RfidTagLost<MfTag> event)
-
Uses of MfTag in com.metratec.lib.rfidreader.mf
Methods in com.metratec.lib.rfidreader.mf that return types with arguments of type MfTag Modifier and Type Method Description java.util.List<MfTag>
MFReader. getInventory()
returns all UIDs from ISO/IEC 14443-1 to 3 compatible transponders, which are in the read range of the reader.java.util.List<MfTag>
MFReader. getInventoryOnlyNewTags()
returns all UIDs from ISO/IEC 14443-1 to 3 compatible transponders, which are new in the read range of the reader.java.util.List<MfTag>
MFReader. stopInventory()
-
Uses of MfTag in com.metratec.lib.tag
Methods in com.metratec.lib.tag that return MfTag Modifier and Type Method Description MfTag
MfTag. clone()
-