Uses of Class
jmri.jmrix.dccpp.DCCppReply
-
Packages that use DCCppReply Package Description jmri.jmrix.dccpp jmri.jmrix.dccpp.dccppovertcp Defines classes for interfacing to a DCC++ Base Station via a telnet connection to a DCCppOverTcp driver.jmri.jmrix.dccpp.swing jmri.jmrix.dccpp.swing.mon jmri.jmrix.dccpp.swing.virtuallcd Provides an image of the DCC-EX command stations OLED display screen -
-
Uses of DCCppReply in jmri.jmrix.dccpp
Methods in jmri.jmrix.dccpp that return DCCppReply Modifier and Type Method Description static DCCppReply
DCCppReply. parseDCCppReply(java.lang.String s)
Parses a string and generates a DCCppReply from the string contentsMethods in jmri.jmrix.dccpp with parameters of type DCCppReply Modifier and Type Method Description protected void
DCCppThrottle. handleLocoState(DCCppReply r)
(package private) void
DCCppSensor. initmessage(DCCppReply 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
DCCppTurnout. initmessage(DCCppReply 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
DCCppClockControl. message(DCCppReply msg)
void
DCCppLight. message(DCCppReply l)
Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.void
DCCppListener. message(DCCppReply msg)
Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.void
DCCppPowerManager. message(DCCppReply m)
void
DCCppPredefinedMeters. message(DCCppReply r)
void
DCCppProgrammer. message(DCCppReply m)
Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.void
DCCppSensor. message(DCCppReply l)
Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.void
DCCppSensorManager. message(DCCppReply l)
Listen for sensors, creating them as needed.void
DCCppThrottle. message(DCCppReply l)
void
DCCppThrottleManager. message(DCCppReply r)
void
DCCppTurnout. message(DCCppReply l)
void
DCCppTurnoutManager. message(DCCppReply l)
Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.void
DCCppTurnoutReplyCache. message(DCCppReply l)
protected void
DCCppCommandStation. setCommandStationInfo(DCCppReply l)
Parse the DCC++ CS status response to pull out the base station version and software version.protected void
DCCppCommandStation. setCommandStationMaxNumSlots(DCCppReply l)
Constructors in jmri.jmrix.dccpp with parameters of type DCCppReply Constructor Description DCCppMessage(DCCppReply message)
Create an DCCppMessage from an DCCppReply.DCCppReply(DCCppReply reply)
-
Uses of DCCppReply in jmri.jmrix.dccpp.dccppovertcp
Fields in jmri.jmrix.dccpp.dccppovertcp declared as DCCppReply Modifier and Type Field Description (package private) DCCppReply
ClientRxHandler.ClientTxHandler. msg
Fields in jmri.jmrix.dccpp.dccppovertcp with type parameters of type DCCppReply Modifier and Type Field Description (package private) java.util.LinkedList<DCCppReply>
ClientRxHandler. replyQueue
Methods in jmri.jmrix.dccpp.dccppovertcp with parameters of type DCCppReply Modifier and Type Method Description void
ClientRxHandler. message(DCCppReply msg)
-
Uses of DCCppReply in jmri.jmrix.dccpp.swing
Methods in jmri.jmrix.dccpp.swing with parameters of type DCCppReply Modifier and Type Method Description void
ConfigBaseStationFrame. message(DCCppReply r)
-
Uses of DCCppReply in jmri.jmrix.dccpp.swing.mon
Methods in jmri.jmrix.dccpp.swing.mon with parameters of type DCCppReply Modifier and Type Method Description void
DCCppMonFrame. message(DCCppReply l)
-
Uses of DCCppReply in jmri.jmrix.dccpp.swing.virtuallcd
Methods in jmri.jmrix.dccpp.swing.virtuallcd with parameters of type DCCppReply Modifier and Type Method Description void
VirtualLCDFrame. message(DCCppReply msg)
Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.
-