Uses of Class
jmri.jmrix.powerline.SerialReply
-
Packages that use SerialReply Package Description jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.dmx512 This package handles communications for DMX lighting adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator jmri.jmrix.powerline.swing.packetgen jmri.jmrix.powerline.swing.serialmon -
-
Uses of SerialReply in jmri.jmrix.powerline
Methods in jmri.jmrix.powerline with parameters of type SerialReply Modifier and Type Method Description void
SerialListener. reply(SerialReply m)
abstract void
SerialSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.powerline with parameters of type SerialReply Constructor Description SerialReply(SerialTrafficController tc, SerialReply l)
-
Uses of SerialReply in jmri.jmrix.powerline.cm11
Subclasses of SerialReply in jmri.jmrix.powerline.cm11 Modifier and Type Class Description class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cm11 with parameters of type SerialReply Modifier and Type Method Description void
SpecificSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.powerline.cm11 with parameters of type SerialReply Constructor Description SpecificReply(SerialReply l, SerialTrafficController tc)
-
Uses of SerialReply in jmri.jmrix.powerline.cp290
Subclasses of SerialReply in jmri.jmrix.powerline.cp290 Modifier and Type Class Description class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cp290 with parameters of type SerialReply Modifier and Type Method Description void
SpecificSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.powerline.cp290 with parameters of type SerialReply Constructor Description SpecificReply(SerialTrafficController tc, SerialReply l)
-
Uses of SerialReply in jmri.jmrix.powerline.dmx512
Subclasses of SerialReply in jmri.jmrix.powerline.dmx512 Modifier and Type Class Description class
SpecificReply
Contains the data payload of a serial reply packet.Constructors in jmri.jmrix.powerline.dmx512 with parameters of type SerialReply Constructor Description SpecificReply(SerialReply l, SerialTrafficController tc)
-
Uses of SerialReply in jmri.jmrix.powerline.insteon2412s
Subclasses of SerialReply in jmri.jmrix.powerline.insteon2412s Modifier and Type Class Description class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.insteon2412s with parameters of type SerialReply Modifier and Type Method Description void
SpecificSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one node -
Uses of SerialReply in jmri.jmrix.powerline.simulator
Subclasses of SerialReply in jmri.jmrix.powerline.simulator Modifier and Type Class Description class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.simulator with parameters of type SerialReply Modifier and Type Method Description void
SpecificSensorManager. reply(SerialReply r)
Process a reply to a poll of Sensors of one node -
Uses of SerialReply in jmri.jmrix.powerline.swing.packetgen
Methods in jmri.jmrix.powerline.swing.packetgen with parameters of type SerialReply Modifier and Type Method Description void
SerialPacketGenFrame. reply(SerialReply r)
Ignores replies.void
SerialPacketGenPane. reply(SerialReply r)
-
Uses of SerialReply in jmri.jmrix.powerline.swing.serialmon
Methods in jmri.jmrix.powerline.swing.serialmon with parameters of type SerialReply Modifier and Type Method Description void
SerialMonPane. reply(SerialReply l)
-