Uses of Class
jmri.jmrix.secsi.SerialReply
-
Packages that use SerialReply Package Description jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.secsi.packetgen jmri.jmrix.secsi.serialmon -
-
Uses of SerialReply in jmri.jmrix.secsi
Methods in jmri.jmrix.secsi with parameters of type SerialReply Modifier and Type Method Description voidSerialNode. markChanges(SerialReply l)Use the contents of the poll reply to mark changes.voidSerialListener. reply(SerialReply m)voidSerialSensorManager. reply(SerialReply r)Process a reply to a poll of Sensors of one node.Constructors in jmri.jmrix.secsi with parameters of type SerialReply Constructor Description SerialReply(SerialReply l) -
Uses of SerialReply in jmri.jmrix.secsi.packetgen
Methods in jmri.jmrix.secsi.packetgen with parameters of type SerialReply Modifier and Type Method Description voidSerialPacketGenFrame. reply(SerialReply r) -
Uses of SerialReply in jmri.jmrix.secsi.serialmon
Methods in jmri.jmrix.secsi.serialmon with parameters of type SerialReply Modifier and Type Method Description voidSerialMonFrame. reply(SerialReply l)
-