Uses of Class
jmri.jmrix.secsi.SerialReply
-
Packages that use SerialReply Package Description jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.secsi.packetgen jmri.jmrix.secsi.serialmon -
-
Uses of SerialReply in jmri.jmrix.secsi
Methods in jmri.jmrix.secsi with parameters of type SerialReply Modifier and Type Method Description void
SerialNode. markChanges(SerialReply l)
Use the contents of the poll reply to mark changes.void
SerialListener. reply(SerialReply m)
void
SerialSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one node.Constructors in jmri.jmrix.secsi with parameters of type SerialReply Constructor Description SerialReply(SerialReply l)
-
Uses of SerialReply in jmri.jmrix.secsi.packetgen
Methods in jmri.jmrix.secsi.packetgen with parameters of type SerialReply Modifier and Type Method Description void
SerialPacketGenFrame. reply(SerialReply r)
-
Uses of SerialReply in jmri.jmrix.secsi.serialmon
Methods in jmri.jmrix.secsi.serialmon with parameters of type SerialReply Modifier and Type Method Description void
SerialMonFrame. reply(SerialReply l)
-