Uses of Class
jmri.jmrix.maple.SerialReply
-
Packages that use SerialReply Package Description jmri.jmrix.maple jmri.jmrix.maple.serialmon jmri.jmrix.maple.simulator -
-
Uses of SerialReply in jmri.jmrix.maple
Methods in jmri.jmrix.maple with parameters of type SerialReply Modifier and Type Method Description void
InputBits. markChanges(SerialReply l)
Use the contents of the poll reply to mark changes Bits from all the polled panels are ORed together.void
SerialListener. reply(SerialReply m)
void
SerialSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one panel node.Constructors in jmri.jmrix.maple with parameters of type SerialReply Constructor Description SerialReply(SerialReply l)
-
Uses of SerialReply in jmri.jmrix.maple.serialmon
Methods in jmri.jmrix.maple.serialmon with parameters of type SerialReply Modifier and Type Method Description void
SerialMonFrame. reply(SerialReply l)
-
Uses of SerialReply in jmri.jmrix.maple.simulator
Methods in jmri.jmrix.maple.simulator that return SerialReply Modifier and Type Method Description SerialReply
SimulatorAdapter. setChecksum(SerialReply r, int index)
Set checksum on simulated Maple Node reply.Methods in jmri.jmrix.maple.simulator with parameters of type SerialReply Modifier and Type Method Description SerialReply
SimulatorAdapter. setChecksum(SerialReply r, int index)
Set checksum on simulated Maple Node reply.
-