Uses of Class
jmri.jmrix.roco.z21.Z21Message
-
Packages that use Z21Message Package Description jmri.jmrix.roco.z21 jmri.jmrix.roco.z21.swing.configtool jmri.jmrix.roco.z21.swing.mon jmri.jmrix.roco.z21.swing.packetgen -
-
Uses of Z21Message in jmri.jmrix.roco.z21
Methods in jmri.jmrix.roco.z21 that return Z21Message Modifier and Type Method Description protected Z21Message
Z21TrafficController. enterNormalMode()
enterProgMode() and enterNormalMode() return any message that needs to be returned to the command station to change modes.protected Z21Message
Z21TrafficController. enterProgMode()
enterProgMode() and enterNormalMode() return any message that needs to be returned to the command station to change modes.static Z21Message
Z21Message. getLanCanDetector(int address)
static Z21Message
Z21Message. getLanGetBroadcastFlagsRequestMessage()
static Z21Message
Z21Message. getLanGetHardwareInfoRequestMessage()
static Z21Message
Z21Message. getLanLogoffRequestMessage()
static Z21Message
Z21Message. getLanRailComGetDataRequestMessage()
static Z21Message
Z21Message. getLanRMBusGetDataRequestMessage(int group)
static Z21Message
Z21Message. getLanRMBusProgramModuleMessage(int address)
static Z21Message
Z21Message. getLanSetBroadcastFlagsRequestMessage(int flags)
Set the broadcast flags as described in section 2.16 of the Roco Z21 Protocol Manual.static Z21Message
Z21Message. getLanSystemStateDataChangedRequestMessage()
static Z21Message
Z21Message. getSerialNumberRequestMessage()
protected Z21Message
Z21TrafficController. pollMessage()
Invoked if it's appropriate to do low-priority polling of the command station, this should return the next message to send, or null if the TC should just sleep.Methods in jmri.jmrix.roco.z21 with parameters of type Z21Message Modifier and Type Method Description void
Z21CanReporter. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21CanSensor. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21HeartBeat. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21Listener. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21LocoNetTunnel. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21Reporter. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21ReporterManager. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21RMBusSensor. message(Z21Message l)
Listen for the messages to the Z21.void
Z21SensorManager. message(Z21Message l)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21XPressNetTunnel. message(Z21Message msg)
Member function that will be invoked by a z21Interface implementation to forward a z21 message sent to the layout.void
Z21Interface. sendz21Message(Z21Message m, Z21Listener l)
void
Z21TrafficController. sendz21Message(Z21Message m, Z21Listener reply)
Forward a preformatted message to the actual interface.Constructors in jmri.jmrix.roco.z21 with parameters of type Z21Message Constructor Description Z21XNetMessage(Z21Message m)
Constructor from a Z21Message. -
Uses of Z21Message in jmri.jmrix.roco.z21.swing.configtool
Methods in jmri.jmrix.roco.z21.swing.configtool with parameters of type Z21Message Modifier and Type Method Description void
Z21ConfigFrame. message(Z21Message zm)
Listen for the messages sent to the Z21. -
Uses of Z21Message in jmri.jmrix.roco.z21.swing.mon
Methods in jmri.jmrix.roco.z21.swing.mon with parameters of type Z21Message Modifier and Type Method Description void
Z21MonPane. message(Z21Message l)
Listen for the messages to the LI100/LI101 -
Uses of Z21Message in jmri.jmrix.roco.z21.swing.packetgen
Methods in jmri.jmrix.roco.z21.swing.packetgen that return Z21Message Modifier and Type Method Description (package private) Z21Message
PacketGenFrame. createPacket(java.lang.String s)
-