Uses of Class
jmri.jmrix.cmri.serial.SerialReply
-
Packages that use SerialReply Package Description jmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation.jmri.jmrix.cmri.serial.cmrinetmetrics jmri.jmrix.cmri.serial.diagnostic jmri.jmrix.cmri.serial.packetgen jmri.jmrix.cmri.serial.serialmon -
-
Uses of SerialReply in jmri.jmrix.cmri.serial
Methods in jmri.jmrix.cmri.serial with parameters of type SerialReply Modifier and Type Method Description void
SerialNode. markChanges(SerialReply l)
Use the contents of the poll reply to mark changesvoid
SerialListener. reply(SerialReply m)
void
SerialSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.cmri.serial with parameters of type SerialReply Constructor Description SerialReply(SerialReply l)
-
Uses of SerialReply in jmri.jmrix.cmri.serial.cmrinetmetrics
Methods in jmri.jmrix.cmri.serial.cmrinetmetrics with parameters of type SerialReply Modifier and Type Method Description void
CMRInetMetricsCollector. reply(SerialReply l)
Receive packets. -
Uses of SerialReply in jmri.jmrix.cmri.serial.diagnostic
Methods in jmri.jmrix.cmri.serial.diagnostic with parameters of type SerialReply Modifier and Type Method Description void
DiagnosticFrame. reply(SerialReply l)
Reply notification implementing SerialListener interface -
Uses of SerialReply in jmri.jmrix.cmri.serial.packetgen
Methods in jmri.jmrix.cmri.serial.packetgen with parameters of type SerialReply Modifier and Type Method Description void
SerialPacketGenFrame. reply(SerialReply r)
-
Uses of SerialReply in jmri.jmrix.cmri.serial.serialmon
Methods in jmri.jmrix.cmri.serial.serialmon with parameters of type SerialReply Modifier and Type Method Description void
SerialMonFrame. reply(SerialReply l)
-