Uses of Class
jmri.jmrix.powerline.SerialReply
Packages that use SerialReply
Package
Description
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for DMX lighting adapters.
This package handles communications for Insteon 2412S adapters.
-
Uses of SerialReply in jmri.jmrix.powerline
Methods in jmri.jmrix.powerline with parameters of type SerialReplyModifier and TypeMethodDescriptionvoidSerialListener.reply(SerialReply m) abstract voidSerialSensorManager.reply(SerialReply r) Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.powerline with parameters of type SerialReply -
Uses of SerialReply in jmri.jmrix.powerline.cm11
Subclasses of SerialReply in jmri.jmrix.powerline.cm11Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cm11 with parameters of type SerialReplyModifier and TypeMethodDescriptionvoidSpecificSensorManager.reply(SerialReply r) Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.powerline.cm11 with parameters of type SerialReply -
Uses of SerialReply in jmri.jmrix.powerline.cp290
Subclasses of SerialReply in jmri.jmrix.powerline.cp290Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cp290 with parameters of type SerialReplyModifier and TypeMethodDescriptionvoidSpecificSensorManager.reply(SerialReply r) Process a reply to a poll of Sensors of one nodeConstructors in jmri.jmrix.powerline.cp290 with parameters of type SerialReply -
Uses of SerialReply in jmri.jmrix.powerline.dmx512
Subclasses of SerialReply in jmri.jmrix.powerline.dmx512Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Constructors in jmri.jmrix.powerline.dmx512 with parameters of type SerialReply -
Uses of SerialReply in jmri.jmrix.powerline.insteon2412s
Subclasses of SerialReply in jmri.jmrix.powerline.insteon2412sModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.insteon2412s with parameters of type SerialReplyModifier and TypeMethodDescriptionvoidSpecificSensorManager.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.simulatorModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.simulator with parameters of type SerialReplyModifier and TypeMethodDescriptionvoidSpecificSensorManager.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 SerialReplyModifier and TypeMethodDescriptionvoidSerialPacketGenFrame.reply(SerialReply r) Ignores replies.voidSerialPacketGenPane.reply(SerialReply r) -
Uses of SerialReply in jmri.jmrix.powerline.swing.serialmon
Methods in jmri.jmrix.powerline.swing.serialmon with parameters of type SerialReply