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 voidXNetTurnoutManager. forwardMessageToTurnout(java.lang.String s, XNetReply l)(package private) voidXNetSensor. 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) voidXNetTurnout. 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.voidXNetConsist. message(XNetReply l)Listeners for messages from the command station.voidXNetFeedbackMessageCache. message(XNetReply l)Listen for turnouts, creating them as needed.voidXNetHeartBeat. message(XNetReply msg)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidXNetInitializationManager.XNetInitializer. message(XNetReply l)voidXNetLight. message(XNetReply l)Handle an incoming message from the XpressNet.voidXNetListener. message(XNetReply msg)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidXNetOpsModeProgrammer. message(XNetReply l)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidXNetPowerManager. message(XNetReply m)voidXNetProgrammer. message(XNetReply m)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidXNetSensor. 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)voidXNetSensorManager. message(XNetReply l)voidXNetThrottle. message(XNetReply l)voidXNetThrottleManager. message(XNetReply r)Handle incoming messages for throttles.voidXNetTimeSlotListener. message(XNetReply msg)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidXNetTrafficRouter. message(XNetReply m)Receive an XNet message from upstream and forward it to all the local clients.voidXNetTurnout. message(XNetReply l)Handle an incoming message from the XpressNet.voidXNetTurnoutManager. message(XNetReply l)Listen for turnouts, creating them as needed.protected voidXNetTrafficRouter. notify(XNetReply m)Forward an XNetMessage to all registered listeners.voidLenzCommandStation. setCommandStationSoftwareVersion(XNetReply l)Set the CS Software Version based on an XpressNet Message.voidLenzCommandStation. 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 voidEliteXNetProgrammer. message(XNetReply m)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidEliteXNetThrottle. message(XNetReply l)Handle incoming messages for this throttle.voidEliteXNetTurnoutManager. 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 voidLI100XNetProgrammer. 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 voidLI101Frame. 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 voidLIUSBConfigFrame. 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 voidLZ100InternalFrame. 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 voidXNetMonPane. 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 voidStackMonFrame. 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 voidSystemInfoFrame. 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 XNetReplyXNetSimulatorAdapter. accInfoReply(int dccTurnoutAddress)Creates a reply for the specific turnout dcc address.protected XNetReplyXNetSimulatorAdapter. accInfoReply(int baseAddress, boolean nibble)Creates a reply packet for a turnout/accessory.protected XNetReplyXNetSimulatorAdapter. accInfoReply(XNetMessage m)protected XNetReplyXNetSimulatorAdapter. accReqReply(XNetMessage m)protected XNetReplyXNetSimulatorAdapter. feedbackInfoReply(XNetMessage m)protected XNetReplyXNetSimulatorAdapter. 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 classZ21XNetReplyRepresents 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 voidZ21XNetTurnoutManager. forwardMessageToTurnout(java.lang.String s, XNetReply l)(package private) voidZ21XNetTurnout. 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.voidZ21XNetOpsModeProgrammer. message(XNetReply l)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidZ21XNetProgrammer. message(XNetReply m)Member function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidZ21XNetThrottle. message(XNetReply l)voidZ21XNetTurnout. message(XNetReply l)voidZ21XNetTurnoutManager. message(XNetReply l)voidZ21XPressNetTunnel. 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) XNetReplyZ21XNetSimulatorAdapter. generateReply(XNetMessage m)
-