Uses of Class
jmri.jmrix.rfid.RfidReply
-
Packages that use RfidReply Package Description jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.rfid.generic.standalone This package handles communications for Generic RFID stand-alone readers.jmri.jmrix.rfid.merg.concentrator This package handles communications for MERG RFID Concentrators.jmri.jmrix.rfid.swing.serialmon jmri.jmrix.rfid.swing.tagcarwin -
-
Uses of RfidReply in jmri.jmrix.rfid
Methods in jmri.jmrix.rfid with parameters of type RfidReply Modifier and Type Method Description voidRfidListener. reply(RfidReply m)Constructors in jmri.jmrix.rfid with parameters of type RfidReply Constructor Description RfidReply(RfidTrafficController tc, RfidReply l) -
Uses of RfidReply in jmri.jmrix.rfid.generic.standalone
Subclasses of RfidReply in jmri.jmrix.rfid.generic.standalone Modifier and Type Class Description classStandaloneReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.generic.standalone with parameters of type RfidReply Modifier and Type Method Description voidStandaloneReporterManager. reply(RfidReply r)voidStandaloneSensorManager. reply(RfidReply r)Constructors in jmri.jmrix.rfid.generic.standalone with parameters of type RfidReply Constructor Description StandaloneReply(RfidTrafficController tc, RfidReply l) -
Uses of RfidReply in jmri.jmrix.rfid.merg.concentrator
Subclasses of RfidReply in jmri.jmrix.rfid.merg.concentrator Modifier and Type Class Description classConcentratorReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.merg.concentrator with parameters of type RfidReply Modifier and Type Method Description voidConcentratorReporterManager. reply(RfidReply r)voidConcentratorSensorManager. reply(RfidReply r)Constructors in jmri.jmrix.rfid.merg.concentrator with parameters of type RfidReply Constructor Description ConcentratorReply(RfidTrafficController tc, RfidReply l) -
Uses of RfidReply in jmri.jmrix.rfid.swing.serialmon
Methods in jmri.jmrix.rfid.swing.serialmon with parameters of type RfidReply Modifier and Type Method Description voidSerialMonPane. reply(RfidReply l) -
Uses of RfidReply in jmri.jmrix.rfid.swing.tagcarwin
Methods in jmri.jmrix.rfid.swing.tagcarwin with parameters of type RfidReply Modifier and Type Method Description voidTagMonitorPane. reply(RfidReply m)Process an RFID message (typically a tag was seen) Tags in JMRI are identified with the string "ID" + the tag number if this is the same tag as was last seen, suppress the display unless the option to display duplicates has been set (in that case, update the timestamp) Pass the tag to createNewItem to build the new display
-