Uses of Class
jmri.jmrix.lenz.XNetReply
-
-
Uses of XNetReply in jmri.jmrix.lenz
Methods in jmri.jmrix.lenz with parameters of type XNetReply Modifier and Type Method Description protected void
XNetTurnoutManager. forwardMessageToTurnout(java.lang.String s, XNetReply l)
(package private) void
XNetSensor. initmessage(XNetReply l)
initmessage is a package protected class which allows the Manger to send a feedback message at initialization without changing the state of the sensor with respect to whether or not a feedback request was sent.(package private) void
XNetTurnout. initmessage(XNetReply l)
Package protected class which allows the Manger to send a feedback message at initialization without changing the state of the turnout with respect to whether or not a feedback request was sent.void
XNetConsist. message(XNetReply l)
Listeners for messages from the command station.void
XNetFeedbackMessageCache. message(XNetReply l)
Listen for turnouts, creating them as needed.void
XNetHeartBeat. message(XNetReply msg)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
XNetInitializationManager.XNetInitializer. message(XNetReply l)
void
XNetLight. message(XNetReply l)
Handle an incoming message from the XpressNet.void
XNetListener. message(XNetReply msg)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
XNetOpsModeProgrammer. message(XNetReply l)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
XNetPowerManager. message(XNetReply m)
void
XNetProgrammer. message(XNetReply m)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
XNetSensor. message(XNetReply l)
Implementing classes will typically have a function/listener to get updates from the layout, which will then call public void firePropertyChange(String propertyName, Object oldValue, Object newValue) _once_ if anything has changed state (or set the commanded state directly)void
XNetSensorManager. message(XNetReply l)
void
XNetThrottle. message(XNetReply l)
void
XNetThrottleManager. message(XNetReply r)
Handle incoming messages for throttles.void
XNetTimeSlotListener. message(XNetReply msg)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
XNetTrafficRouter. message(XNetReply m)
Receive an XNet message from upstream and forward it to all the local clients.void
XNetTurnout. message(XNetReply l)
Handle an incoming message from the XpressNet.void
XNetTurnoutManager. message(XNetReply l)
Listen for turnouts, creating them as needed.protected void
XNetTrafficRouter. notify(XNetReply m)
Forward an XNetMessage to all registered listeners.void
LenzCommandStation. setCommandStationSoftwareVersion(XNetReply l)
Set the CS Software Version based on an XpressNet Message.void
LenzCommandStation. setCommandStationType(XNetReply l)
Set the CS Type based on an XpressNet Message.Constructors in jmri.jmrix.lenz with parameters of type XNetReply Constructor Description FeedbackItem(XNetReply reply, int number, int data)
XNetMessage(XNetReply message)
Create an XNetMessage from an XNetReply.XNetReply(XNetReply reply)
-
Uses of XNetReply in jmri.jmrix.lenz.hornbyelite
Methods in jmri.jmrix.lenz.hornbyelite with parameters of type XNetReply Modifier and Type Method Description void
EliteXNetProgrammer. message(XNetReply m)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
EliteXNetThrottle. message(XNetReply l)
Handle incoming messages for this throttle.void
EliteXNetTurnoutManager. message(XNetReply l)
Listen for turnouts, creating them as needed -
Uses of XNetReply in jmri.jmrix.lenz.li100
Methods in jmri.jmrix.lenz.li100 with parameters of type XNetReply Modifier and Type Method Description void
LI100XNetProgrammer. message(XNetReply m)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout. -
Uses of XNetReply in jmri.jmrix.lenz.swing.li101
Methods in jmri.jmrix.lenz.swing.li101 with parameters of type XNetReply Modifier and Type Method Description void
LI101Frame. message(XNetReply l)
Listen for responces from the LI101. -
Uses of XNetReply in jmri.jmrix.lenz.swing.liusb
Methods in jmri.jmrix.lenz.swing.liusb with parameters of type XNetReply Modifier and Type Method Description void
LIUSBConfigFrame. message(XNetReply l)
Listen for responces from the LI-USB. -
Uses of XNetReply in jmri.jmrix.lenz.swing.lz100
Methods in jmri.jmrix.lenz.swing.lz100 with parameters of type XNetReply Modifier and Type Method Description void
LZ100InternalFrame. message(XNetReply l)
Listen for responses from the LZ100. -
Uses of XNetReply in jmri.jmrix.lenz.swing.mon
Methods in jmri.jmrix.lenz.swing.mon with parameters of type XNetReply Modifier and Type Method Description void
XNetMonPane. message(XNetReply l)
-
Uses of XNetReply in jmri.jmrix.lenz.swing.stackmon
Methods in jmri.jmrix.lenz.swing.stackmon with parameters of type XNetReply Modifier and Type Method Description void
StackMonFrame. message(XNetReply r)
Receive information from the command station. -
Uses of XNetReply in jmri.jmrix.lenz.swing.systeminfo
Methods in jmri.jmrix.lenz.swing.systeminfo with parameters of type XNetReply Modifier and Type Method Description void
SystemInfoFrame. message(XNetReply l)
Listen for responses from the LI101. -
Uses of XNetReply in jmri.jmrix.lenz.xnetsimulator
Methods in jmri.jmrix.lenz.xnetsimulator that return XNetReply Modifier and Type Method Description protected XNetReply
XNetSimulatorAdapter. accInfoReply(int dccTurnoutAddress)
Creates a reply for the specific turnout dcc address.protected XNetReply
XNetSimulatorAdapter. accInfoReply(int baseAddress, boolean nibble)
Creates a reply packet for a turnout/accessory.protected XNetReply
XNetSimulatorAdapter. accInfoReply(XNetMessage m)
protected XNetReply
XNetSimulatorAdapter. accReqReply(XNetMessage m)
protected XNetReply
XNetSimulatorAdapter. feedbackInfoReply(XNetMessage m)
protected XNetReply
XNetSimulatorAdapter. generateAccRequestReply(int address, int output, boolean state, boolean previousAccessoryState)
Generate reply to accessory request command. -
Uses of XNetReply in jmri.jmrix.roco.z21
Subclasses of XNetReply in jmri.jmrix.roco.z21 Modifier and Type Class Description class
Z21XNetReply
Represents a single response from the XpressNet, with extensions from Roco for the Z21.Methods in jmri.jmrix.roco.z21 with parameters of type XNetReply Modifier and Type Method Description protected void
Z21XNetTurnoutManager. forwardMessageToTurnout(java.lang.String s, XNetReply l)
(package private) void
Z21XNetTurnout. initMessageZ21(XNetReply l)
initmessage is a package proteceted class which allows the Manger to send a feedback message at initialization without changing the state of the turnout with respect to whether or not a feedback request was sent.void
Z21XNetOpsModeProgrammer. message(XNetReply l)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
Z21XNetProgrammer. message(XNetReply m)
Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.void
Z21XNetThrottle. message(XNetReply l)
void
Z21XNetTurnout. message(XNetReply l)
void
Z21XNetTurnoutManager. message(XNetReply l)
void
Z21XPressNetTunnel. message(XNetReply msg)
Member function that will be invoked by a XNetInterface implementation to forward a XNet message from the layout. -
Uses of XNetReply in jmri.jmrix.roco.z21.simulator
Methods in jmri.jmrix.roco.z21.simulator that return XNetReply Modifier and Type Method Description (package private) XNetReply
Z21XNetSimulatorAdapter. generateReply(XNetMessage m)
-