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.grapevineMethods in jmri.jmrix.grapevine with parameters of type SerialReply Modifier and Type Method Description voidSerialNode. markChanges(SerialReply l)Use the contents of a reply from the Grapevine to mark changes in the sensors on the layout.voidSerialListener. reply(SerialReply m)voidSerialSensorManager. 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.nodetableMethods in jmri.jmrix.grapevine.nodetable with parameters of type SerialReply Modifier and Type Method Description voidNodeTablePane. reply(SerialReply m)Listen for software version messages to know a node is present.
- 
Uses of SerialReply in jmri.jmrix.grapevine.packetgenMethods in jmri.jmrix.grapevine.packetgen with parameters of type SerialReply Modifier and Type Method Description voidSerialPacketGenFrame. reply(SerialReply r)
- 
Uses of SerialReply in jmri.jmrix.grapevine.serialmonMethods in jmri.jmrix.grapevine.serialmon with parameters of type SerialReply Modifier and Type Method Description voidSerialMonFrame. reply(SerialReply l)
- 
Uses of SerialReply in jmri.jmrix.grapevine.simulatorMethods in jmri.jmrix.grapevine.simulator that return SerialReply Modifier and Type Method Description SerialReplySimulatorAdapter. 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 SerialReplySimulatorAdapter. setParity(SerialReply r, int start)Set parity on simulated Grapevine Node reply.
 
-