Class TIDVerifyFreestyleRFIDTagFactory
java.lang.Object
com.tccc.kos.ext.freestyle.hardware.rfid.freestyle.FreestyleRfidTagFactory
com.tccc.kos.ext.freestyle.hardware.rfid.freestyle.TIDVerifyFreestyleRFIDTagFactory
- All Implemented Interfaces:
RfidTagFactory<FreestyleRfidTag>
Factory to return TID verified FreestyleRFIDTag beans from the reader.
- Version:
- May-14-19
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTag(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidReadDescriptor readDescriptor) Create a tag with the specified data.Return the read descriptors to use when reading this type of tag.Methods inherited from class com.tccc.kos.ext.freestyle.hardware.rfid.freestyle.FreestyleRfidTagFactory
getReadPassword, getTagTypes, getWritePassword
-
Constructor Details
-
TIDVerifyFreestyleRFIDTagFactory
public TIDVerifyFreestyleRFIDTagFactory()
-
-
Method Details
-
getReadDescriptors
Description copied from interface:RfidTagFactoryReturn the read descriptors to use when reading this type of tag.- Specified by:
getReadDescriptorsin interfaceRfidTagFactory<FreestyleRfidTag>- Overrides:
getReadDescriptorsin classFreestyleRfidTagFactory- Returns:
- the descriptors to use for reading
-
createTag
public FreestyleRfidTag createTag(RfidAntenna antenna, int pos, short[] epcBank, short[] tidBank, short[] userBank, RfidReadDescriptor readDescriptor) Description copied from interface:RfidTagFactoryCreate a tag with the specified data.- Specified by:
createTagin interfaceRfidTagFactory<FreestyleRfidTag>- Overrides:
createTagin classFreestyleRfidTagFactory- Parameters:
antenna- the antenna the tag was read frompos- the position on the antennaepcBank- the epc data from the tagtidBank- the tid data from the taguserBank- the user data from the tagreadDescriptor- the descriptor used to read the tag
-