Uses of Class
com.tccc.kos.ext.freestyle.service.rfid.RfidPositionInfo
Packages that use RfidPositionInfo
-
Uses of RfidPositionInfo in com.tccc.kos.ext.freestyle.service.rfid
Methods in com.tccc.kos.ext.freestyle.service.rfid that return RfidPositionInfoModifier and TypeMethodDescriptionRfidScanner.addPosition
(int pos, Object userData) Add a position to the scanner.RfidScanner.removePosition
(int pos) Remove a position from the scanner.Methods in com.tccc.kos.ext.freestyle.service.rfid with parameters of type RfidPositionInfoModifier and TypeMethodDescriptionboolean
RfidScanner.scanPosition
(RfidPositionInfo<?> posInfo) Called for each position just before scanning it.void
RfidTagListener.tagAdded
(RfidPositionInfo<T> info, String scanType, T tag, int scanCount) Called when a new tag is first seen.void
RfidTagListener.tagRemoved
(RfidPositionInfo<T> info, String scanType, T tag, int scanCount) Called when a tag is no longer seen.