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 voidInputBits. markChanges(SerialReply l)Use the contents of the poll reply to mark changes Bits from all the polled panels are ORed together.voidSerialListener. reply(SerialReply m)voidSerialSensorManager. 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 voidSerialMonFrame. 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 SerialReplySimulatorAdapter. 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 SerialReplySimulatorAdapter. setChecksum(SerialReply r, int index)Set checksum on simulated Maple Node reply.
-