Uses of Class
com.tccc.kos.ext.freestyle.hardware.rfid.RfidTag
Packages that use RfidTag
Package
Description
-
Uses of RfidTag in com.tccc.kos.ext.freestyle.hardware.rfid
Classes in com.tccc.kos.ext.freestyle.hardware.rfid with type parameters of type RfidTagModifier and TypeInterfaceDescriptioninterfaceRfidTagFactory<R extends RfidTag>Interface for a factory that returns RFIDTag beans from raw tag bank data.Methods in com.tccc.kos.ext.freestyle.hardware.rfid that return types with arguments of type RfidTagMethods in com.tccc.kos.ext.freestyle.hardware.rfid with parameters of type RfidTagModifier and TypeMethodDescriptionbooleanReturn true of the tag matches the selector.Method parameters in com.tccc.kos.ext.freestyle.hardware.rfid with type arguments of type RfidTag -
Uses of RfidTag in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle
Subclasses of RfidTag in com.tccc.kos.ext.freestyle.hardware.rfid.freestyle -
Uses of RfidTag in com.tccc.kos.ext.freestyle.service.rfid
Classes in com.tccc.kos.ext.freestyle.service.rfid with type parameters of type RfidTagModifier and TypeClassDescriptionclassRfidPositionInfo<T extends RfidTag>Information about a position on an antenna for a givenRfidScanner.classRfidScanner<T extends RfidTag>Identifies the positions on an antenna that should be scanned to generate add/remove events.interfaceRfidTagListener<T extends RfidTag>Listener for RFID scanner events.Method parameters in com.tccc.kos.ext.freestyle.service.rfid with type arguments of type RfidTagModifier and TypeMethodDescriptionvoidRfidService.performSingleScan(String scanType, Set<RfidTag> gather) Perform a single scan of the specifiedscanType.