Uses of Class
com.tccc.kos.ext.freestyle.hardware.rfid.RfidReadDescriptor
Packages that use RfidReadDescriptor
Package
Description
-
Uses of RfidReadDescriptor in com.tccc.kos.ext.freestyle.hardware.rfid
Methods in com.tccc.kos.ext.freestyle.hardware.rfid that return RfidReadDescriptorModifier and TypeMethodDescriptionRfidTag.getReadDescriptor()
RfidTagSelector.getReadDescriptor()
Methods in com.tccc.kos.ext.freestyle.hardware.rfid that return types with arguments of type RfidReadDescriptorModifier and TypeMethodDescriptionRfidTagFactory.getReadDescriptors()
Return the read descriptors to use when reading this type of tag.Methods in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidReadDescriptorModifier and TypeMethodDescriptionRfidTagFactory.createTag
(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidReadDescriptor readDescriptor) Create a tag with the specified data.void
RfidTag.setReadDescriptor
(RfidReadDescriptor readDescriptor) void
RfidTagSelector.setReadDescriptor
(RfidReadDescriptor readDescriptor) Constructors in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidReadDescriptorModifierConstructorDescriptionRfidTag
(RfidAntenna antenna, int physicalPos, short[] epcBank, short[] tidBank, short[] userBank, RfidTagFactory<?> factory, RfidReadDescriptor readDescriptor) Create a tag with the specified data. -
Uses of RfidReadDescriptor in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle
Methods in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle that return types with arguments of type RfidReadDescriptorModifier and TypeMethodDescriptionFreestyleRfidTagFactory.getReadDescriptors()
TIDVerifyFreestyleRFIDTagFactory.getReadDescriptors()
Methods in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle with parameters of type RfidReadDescriptorModifier 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 RfidReadDescriptorModifierConstructorDescriptionFreestyleRfidTag
(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidTagFactory<FreestyleRfidTag> factory, RfidReadDescriptor readDescriptor) Create a tag with the specified data.