Uses of Class
com.tccc.kos.ext.freestyle.hardware.rfid.RfidAntenna
Packages that use RfidAntenna
Package
Description
-
Uses of RfidAntenna in com.tccc.kos.ext.freestyle.hardware.rfid
Methods in com.tccc.kos.ext.freestyle.hardware.rfid that return RfidAntennaMethods in com.tccc.kos.ext.freestyle.hardware.rfid that return types with arguments of type RfidAntennaMethods in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidAntennaModifier and TypeMethodDescriptionvoid
RfidBoard.addAntenna
(RfidAntenna antenna) Add an antenna to the board.RfidTagFactory.createTag
(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidReadDescriptor readDescriptor) Create a tag with the specified data.Constructors in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidAntennaModifierConstructorDescriptionRfidTag
(RfidAntenna antenna, int physicalPos, short[] epcBank, short[] tidBank, short[] userBank, RfidTagFactory<?> factory, RfidReadDescriptor readDescriptor) Create a tag with the specified data. -
Uses of RfidAntenna in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle
Methods in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle with parameters of type RfidAntennaModifier and TypeMethodDescriptionFreestyleRfidTagFactory.createTag
(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidReadDescriptor readDescriptor) TIDVerifyFreestyleRFIDTagFactory.createTag
(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidReadDescriptor readDescriptor) Constructors in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle with parameters of type RfidAntennaModifierConstructorDescriptionFreestyleRfidTag
(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidTagFactory<FreestyleRfidTag> factory, RfidReadDescriptor readDescriptor) Create a tag with the specified data. -
Uses of RfidAntenna in com.tccc.kos.ext.freestyle.service.cartridge
Constructors in com.tccc.kos.ext.freestyle.service.cartridge with parameters of type RfidAntennaModifierConstructorDescriptionFreestyleCartridgeScanner
(RfidAntenna antenna) Create a scanner for the specified holders at the specified positions on the antenna for the purpose of scanning Freestyle cartridge tags. -
Uses of RfidAntenna in com.tccc.kos.ext.freestyle.service.rfid
Methods in com.tccc.kos.ext.freestyle.service.rfid that return RfidAntennaConstructors in com.tccc.kos.ext.freestyle.service.rfid with parameters of type RfidAntennaModifierConstructorDescriptionRfidScanner
(RfidAntenna antenna, RfidTagFactory<T> factory) Create a scanner for the specified positions on the specified antenna.