Uses of Class
jmri.jmrix.dccpp.DCCppReply
Packages that use DCCppReply
Package
Description
Defines classes for interfacing to a DCC++ Base Station
via a telnet connection to a DCCppOverTcp driver.
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 DCCppReplyModifier and TypeMethodDescriptionstatic DCCppReplyDCCppReply.parseDCCppReply(String s) Parses a string and generates a DCCppReply from the string contentsMethods in jmri.jmrix.dccpp with parameters of type DCCppReplyModifier and TypeMethodDescriptionprotected voidDCCppThrottle.handleLocoState(DCCppReply r) (package private) voidDCCppSensor.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) voidDCCppTurnout.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.voidDCCppClockControl.message(DCCppReply msg) voidDCCppLight.message(DCCppReply l) Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.voidDCCppListener.message(DCCppReply msg) Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.voidDCCppPowerManager.message(DCCppReply m) voidDCCppPredefinedMeters.message(DCCppReply r) voidDCCppProgrammer.message(DCCppReply m) Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.voidDCCppSensor.message(DCCppReply l) Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.voidDCCppSensorManager.message(DCCppReply l) Listen for sensors, creating them as needed.voidDCCppThrottle.message(DCCppReply l) voidDCCppThrottleManager.message(DCCppReply r) voidDCCppTurnout.message(DCCppReply l) voidDCCppTurnoutManager.message(DCCppReply l) Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.voidDCCppTurnoutReplyCache.message(DCCppReply l) protected voidDCCppCommandStation.setCommandStationInfo(DCCppReply l) Parse the DCC++ CS status response to pull out the base station version and software version.protected voidDCCppCommandStation.setCommandStationMaxNumSlots(DCCppReply l) Constructors in jmri.jmrix.dccpp with parameters of type DCCppReplyModifierConstructorDescriptionDCCppMessage(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 DCCppReplyModifier and TypeFieldDescription(package private) DCCppReplyClientRxHandler.ClientTxHandler.msgFields in jmri.jmrix.dccpp.dccppovertcp with type parameters of type DCCppReplyModifier and TypeFieldDescription(package private) final LinkedList<DCCppReply>ClientRxHandler.replyQueueMethods in jmri.jmrix.dccpp.dccppovertcp with parameters of type DCCppReply -
Uses of DCCppReply in jmri.jmrix.dccpp.swing
Methods in jmri.jmrix.dccpp.swing with parameters of type DCCppReply -
Uses of DCCppReply in jmri.jmrix.dccpp.swing.mon
Methods in jmri.jmrix.dccpp.swing.mon with parameters of type DCCppReply -
Uses of DCCppReply in jmri.jmrix.dccpp.swing.virtuallcd
Methods in jmri.jmrix.dccpp.swing.virtuallcd with parameters of type DCCppReplyModifier and TypeMethodDescriptionvoidVirtualLCDFrame.message(DCCppReply msg) Member function that will be invoked by a DCCppInterface implementation to forward a DCC++ message from the layout.