Uses of Interface
com.tccc.kos.ext.freestyle.hardware.rfid.RfidTagFactory
Packages that use RfidTagFactory
Package
Description
-
Uses of RfidTagFactory in com.tccc.kos.ext.freestyle.hardware.rfid
Methods in com.tccc.kos.ext.freestyle.hardware.rfid that return RfidTagFactoryConstructors in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidTagFactoryModifierConstructorDescriptionRfidTag(RfidAntenna antenna, int physicalPos, short[] epcBank, short[] tidBank, short[] userBank, RfidTagFactory<?> factory, RfidReadDescriptor readDescriptor) Create a tag with the specified data. -
Uses of RfidTagFactory in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle
Classes in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle that implement RfidTagFactoryModifier and TypeClassDescriptionclassFactory to return FreestyleRFIDTag beans from the reader.classFactory to return TID verified FreestyleRFIDTag beans from the reader.Constructors in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle with parameters of type RfidTagFactoryModifierConstructorDescriptionFreestyleRfidTag(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidTagFactory<FreestyleRfidTag> factory, RfidReadDescriptor readDescriptor) Create a tag with the specified data. -
Uses of RfidTagFactory in com.tccc.kos.ext.freestyle.service.rfid
Constructors in com.tccc.kos.ext.freestyle.service.rfid with parameters of type RfidTagFactoryModifierConstructorDescriptionRfidScanner(RfidAntenna antenna, RfidTagFactory<T> factory) Create a scanner for the specified positions on the specified antenna.