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 void
RfidListener. 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 class
StandaloneReply
Contains 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 void
StandaloneReporterManager. reply(RfidReply r)
void
StandaloneSensorManager. 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 class
ConcentratorReply
Contains 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 void
ConcentratorReporterManager. reply(RfidReply r)
void
ConcentratorSensorManager. 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 void
SerialMonPane. 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 void
TagMonitorPane. 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
-