Uses of Class
jmri.jmrix.grapevine.SerialReply
-
Packages that use SerialReply Package Description jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.grapevine.nodetable jmri.jmrix.grapevine.packetgen jmri.jmrix.grapevine.serialmon jmri.jmrix.grapevine.simulator -
-
Uses of SerialReply in jmri.jmrix.grapevine
Methods in jmri.jmrix.grapevine with parameters of type SerialReply Modifier and Type Method Description void
SerialNode. markChanges(SerialReply l)
Use the contents of a reply from the Grapevine to mark changes in the sensors on the layout.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.grapevine with parameters of type SerialReply Constructor Description SerialReply(SerialReply l)
Copy a Reply to a new SerialReply instance. -
Uses of SerialReply in jmri.jmrix.grapevine.nodetable
Methods in jmri.jmrix.grapevine.nodetable with parameters of type SerialReply Modifier and Type Method Description void
NodeTablePane. reply(SerialReply m)
Listen for software version messages to know a node is present. -
Uses of SerialReply in jmri.jmrix.grapevine.packetgen
Methods in jmri.jmrix.grapevine.packetgen with parameters of type SerialReply Modifier and Type Method Description void
SerialPacketGenFrame. reply(SerialReply r)
-
Uses of SerialReply in jmri.jmrix.grapevine.serialmon
Methods in jmri.jmrix.grapevine.serialmon with parameters of type SerialReply Modifier and Type Method Description void
SerialMonFrame. reply(SerialReply l)
-
Uses of SerialReply in jmri.jmrix.grapevine.simulator
Methods in jmri.jmrix.grapevine.simulator that return SerialReply Modifier and Type Method Description SerialReply
SimulatorAdapter. setParity(SerialReply r, int start)
Set parity on simulated Grapevine Node reply.Methods in jmri.jmrix.grapevine.simulator with parameters of type SerialReply Modifier and Type Method Description SerialReply
SimulatorAdapter. setParity(SerialReply r, int start)
Set parity on simulated Grapevine Node reply.
-