Uses of Class
jmri.jmrix.grapevine.SerialReply
Packages that use SerialReply
Package
Description
This package handles communications for the ProTrak Grapevine hardware.
-
Uses of SerialReply in jmri.jmrix.grapevine
Methods in jmri.jmrix.grapevine with parameters of type SerialReplyModifier and TypeMethodDescriptionvoidSerialNode.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 SerialReplyModifierConstructorDescriptionCopy 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 SerialReplyModifier and TypeMethodDescriptionvoidNodeTablePane.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 -
Uses of SerialReply in jmri.jmrix.grapevine.serialmon
Methods in jmri.jmrix.grapevine.serialmon with parameters of type SerialReply -
Uses of SerialReply in jmri.jmrix.grapevine.simulator
Methods in jmri.jmrix.grapevine.simulator that return SerialReplyModifier and TypeMethodDescriptionSimulatorAdapter.setParity(SerialReply r, int start) Set parity on simulated Grapevine Node reply.Methods in jmri.jmrix.grapevine.simulator with parameters of type SerialReplyModifier and TypeMethodDescriptionSimulatorAdapter.setParity(SerialReply r, int start) Set parity on simulated Grapevine Node reply.