Uses of Class
jmri.jmrix.roco.z21.Z21Reply

Packages that use Z21Reply
  • Uses of Z21Reply in jmri.jmrix.roco.z21

    Methods in jmri.jmrix.roco.z21 that return Z21Reply
    Modifier and Type
    Method
    Description
    protected Z21Reply
    Z21TrafficController.newReply()
     
    Methods in jmri.jmrix.roco.z21 with parameters of type Z21Reply
    Modifier and Type
    Method
    Description
    (package private) void
    Z21RMBusSensor.initmessage(Z21Reply 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.
    void
    Z21CanReporter.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21CanSensor.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21HeartBeat.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21Listener.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21LocoNetTunnel.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21Reporter.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21ReporterManager.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21RMBusSensor.reply(Z21Reply l)
     
    void
    Z21SensorManager.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
    void
    Z21XPressNetTunnel.reply(Z21Reply msg)
    Member function that will be invoked by a z21Interface implementation to forward a z21 message from the layout.
  • Uses of Z21Reply in jmri.jmrix.roco.z21.swing.configtool

    Methods in jmri.jmrix.roco.z21.swing.configtool with parameters of type Z21Reply
    Modifier and Type
    Method
    Description
    void
    Z21ConfigFrame.reply(Z21Reply zr)
    Listen for responses from the Z21.
  • Uses of Z21Reply in jmri.jmrix.roco.z21.swing.mon

    Methods in jmri.jmrix.roco.z21.swing.mon with parameters of type Z21Reply
    Modifier and Type
    Method
    Description
    void
    Z21MonPane.reply(Z21Reply l)