Uses of Class
jmri.jmrix.AbstractMRReply
-
Packages that use AbstractMRReply Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.adapters.gridconnect Defines classes for communicating with the CAN network via hardware which uses the GridConnect format.jmri.jmrix.can.adapters.gridconnect.canrs Defines classes for interfacing to a MERG CAN-RS or CAN-USB adapter.jmri.jmrix.can.adapters.lawicell Defines classes for communicating with the CAN network via hardware which uses the Lawicell formatjmri.jmrix.can.adapters.loopback Defines classes for simulating communication with a CAN network via loopback.jmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation.jmri.jmrix.dcc4pc jmri.jmrix.dccpp jmri.jmrix.direct jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.ieee802154 jmri.jmrix.ieee802154.serialdriver jmri.jmrix.ieee802154.xbee jmri.jmrix.jmriclient jmri.jmrix.lenz jmri.jmrix.lenz.liusb jmri.jmrix.lenz.liusbethernet jmri.jmrix.lenz.xntcp jmri.jmrix.lenz.ztc640 jmri.jmrix.maple jmri.jmrix.marklin Classes to interact with a Marklin Network Connection.jmri.jmrix.marklin.simulation Simulation of a Marklin Network Connection.jmri.jmrix.nce jmri.jmrix.oaktree jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.dmx512 This package handles communications for DMX lighting adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.rfid.generic.standalone This package handles communications for Generic RFID stand-alone readers.jmri.jmrix.rfid.merg.concentrator This package handles communications for MERG RFID Concentrators.jmri.jmrix.rfid.protocol.coreid This package holds objects specific to the RFID stand-alone readers that use the CORE-ID / ID-Innovations protocol.jmri.jmrix.rfid.protocol.em18 This package holds objects specific to the RFID stand-alone readers that use the EM-18 protocol.jmri.jmrix.rfid.protocol.olimex This package holds objects specific to the RFID stand-alone readers that use an Olimex protocol.jmri.jmrix.rfid.protocol.parallax This package holds objects specific to the RFID stand-alone readers that use the Parallax protocol.jmri.jmrix.rfid.protocol.seeedstudio This package holds objects specific to the RFID stand-alone readers that use the SeeedStudio RDM630 protocol.jmri.jmrix.roco.z21 jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tmcc jmri.jmrix.ztc.ztc611 -
-
Uses of AbstractMRReply in jmri.jmrix
Fields in jmri.jmrix declared as AbstractMRReply Modifier and Type Field Description (package private) AbstractMRReplyAbstractMRTrafficController.RcvNotifier. mMsgMethods in jmri.jmrix that return AbstractMRReply Modifier and Type Method Description protected abstract AbstractMRReplyAbstractMRTrafficController. newReply()Methods in jmri.jmrix with parameters of type AbstractMRReply Modifier and Type Method Description protected abstract booleanAbstractMRTrafficController. endOfMessage(AbstractMRReply r)protected abstract voidAbstractMRTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)protected voidAbstractMRTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message.protected AbstractMRTrafficController.RcvNotifierAbstractMRTrafficController. newRcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)protected voidAbstractMRTrafficController. notifyReply(AbstractMRReply r, AbstractMRListener dest)Forward a "Reply" from layout to registered listeners.Constructors in jmri.jmrix with parameters of type AbstractMRReply Constructor Description AbstractMRReply(AbstractMRReply m)Copy a Reply to a new AbstractMRReply instance.RcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc) -
Uses of AbstractMRReply in jmri.jmrix.acela
Subclasses of AbstractMRReply in jmri.jmrix.acela Modifier and Type Class Description classAcelaReplyContains the data payload of an Acela reply packetMethods in jmri.jmrix.acela that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyAcelaTrafficController. newReply()Methods in jmri.jmrix.acela with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanAcelaTrafficController. endOfMessage(AbstractMRReply msg)protected voidAcelaTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward an AcelaReply to all registered AcelaInterface listeners.protected voidAcelaTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.bachrus
Subclasses of AbstractMRReply in jmri.jmrix.bachrus Modifier and Type Class Description classSpeedoReplyCarries the reply to an SprogMessage The format of a KPF-Zeller message is*0000;V3.0%\nbut because we terminate on ";", it comes across asV3.0%\n*0000; -
Uses of AbstractMRReply in jmri.jmrix.can
Subclasses of AbstractMRReply in jmri.jmrix.can Modifier and Type Class Description classCanReplyBase class for replies in a CANbus based message/reply protocol.Methods in jmri.jmrix.can with parameters of type AbstractMRReply Modifier and Type Method Description abstract CanReplyAbstractCanTrafficController. decodeFromHardware(AbstractMRReply m) -
Uses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect
Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect Modifier and Type Class Description classGridConnectReplyClass for replies in a GridConnect based message/reply protocol.Methods in jmri.jmrix.can.adapters.gridconnect that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyGcTrafficController. newReply()New reply from hardware.Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractMRReply Modifier and Type Method Description CanReplyGcTrafficController. decodeFromHardware(AbstractMRReply m)Make a CanReply from a GridConnect reply.(package private) booleanGcTrafficController. endNormalReply(AbstractMRReply r)Detect if the reply buffer ends with ";".protected booleanGcTrafficController. endOfMessage(AbstractMRReply r)protected voidGcTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a CanReply to all registered CanInterface listeners.protected voidGcTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message. -
Uses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect.canrs
Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect.canrs Modifier and Type Class Description classMergReplyClass for replies in a MERG GridConnect based message/reply protocol.Methods in jmri.jmrix.can.adapters.gridconnect.canrs that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyMergTrafficController. newReply()New reply from hardware.Methods in jmri.jmrix.can.adapters.gridconnect.canrs with parameters of type AbstractMRReply Modifier and Type Method Description CanReplyMergTrafficController. decodeFromHardware(AbstractMRReply m)Make a CanReply from a MergReply reply. -
Uses of AbstractMRReply in jmri.jmrix.can.adapters.lawicell
Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.lawicell Modifier and Type Class Description classReplyClass for replies in a LAWICELL message/reply protocol.Methods in jmri.jmrix.can.adapters.lawicell that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyLawicellTrafficController. newReply()Methods in jmri.jmrix.can.adapters.lawicell with parameters of type AbstractMRReply Modifier and Type Method Description CanReplyLawicellTrafficController. decodeFromHardware(AbstractMRReply m)Make a CanReply from a Lawicell-specific reply.(package private) booleanLawicellTrafficController. endNormalReply(AbstractMRReply r)protected booleanLawicellTrafficController. endOfMessage(AbstractMRReply r)Normal Lawicell replies will end with CR; errors are BELL.protected voidLawicellTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a CanReply to all registered CanInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.can.adapters.loopback
Methods in jmri.jmrix.can.adapters.loopback that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyLoopbackTrafficController. newReply()Methods in jmri.jmrix.can.adapters.loopback with parameters of type AbstractMRReply Modifier and Type Method Description CanReplyLoopbackTrafficController. decodeFromHardware(AbstractMRReply m)Make a CanReply from a system-specific reply.protected booleanLoopbackTrafficController. endOfMessage(AbstractMRReply r)Dummy; loopback doesn't parse serial messages.protected voidLoopbackTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a CanReply to all registered CanInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.cmri.serial
Subclasses of AbstractMRReply in jmri.jmrix.cmri.serial Modifier and Type Class Description classSerialReplyContains the data payload of a CMRI serial reply packet.Methods in jmri.jmrix.cmri.serial that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()Methods in jmri.jmrix.cmri.serial with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a reply to all registered listeners.protected voidSerialTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.dcc4pc
Subclasses of AbstractMRReply in jmri.jmrix.dcc4pc Modifier and Type Class Description classDcc4PcReplyDcc4PcReply.java Carries the reply to a Dcc4PcMessageMethods in jmri.jmrix.dcc4pc that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyDcc4PcTrafficController. newReply()Methods in jmri.jmrix.dcc4pc with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanDcc4PcTrafficController. endOfMessage(AbstractMRReply msg)protected voidDcc4PcTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a Dcc4PcReply to all registered Dcc4PcInterface listeners.protected voidDcc4PcTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.dccpp
Subclasses of AbstractMRReply in jmri.jmrix.dccpp Modifier and Type Class Description classDCCppReplyRepresents a single response from the DCC++ system.Methods in jmri.jmrix.dccpp that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyDCCppTrafficController. newReply()Methods in jmri.jmrix.dccpp with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanDCCppTrafficController. endOfMessage(AbstractMRReply msg)voidDCCppTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a preformatted DCCppMessage to the registered DCCppListeners.protected voidDCCppPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message. -
Uses of AbstractMRReply in jmri.jmrix.direct
Subclasses of AbstractMRReply in jmri.jmrix.direct Modifier and Type Class Description classReplyContains the data payload of a serial reply packet. -
Uses of AbstractMRReply in jmri.jmrix.easydcc
Subclasses of AbstractMRReply in jmri.jmrix.easydcc Modifier and Type Class Description classEasyDccReplyCarries the reply to an EasyDccMessage.Methods in jmri.jmrix.easydcc that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyEasyDccTrafficController. newReply()Methods in jmri.jmrix.easydcc with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanEasyDccTrafficController. endOfMessage(AbstractMRReply msg)protected voidEasyDccTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward an EasyDccReply to all registered EasyDccInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.ecos
Subclasses of AbstractMRReply in jmri.jmrix.ecos Modifier and Type Class Description classEcosReplyCarries the reply to an EcosMessage.Methods in jmri.jmrix.ecos that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyEcosTrafficController. newReply()Methods in jmri.jmrix.ecos with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanEcosTrafficController. endOfMessage(AbstractMRReply msg)protected voidEcosTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a EcosReply to all registered EcosInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.grapevine
Subclasses of AbstractMRReply in jmri.jmrix.grapevine Modifier and Type Class Description classSerialReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.grapevine that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()Methods in jmri.jmrix.grapevine with parameters of type AbstractMRReply Modifier and Type Method Description (package private) booleanSerialTrafficController. doNextStep(AbstractMRReply msg, java.io.DataInputStream istream)Execute a state machine to parse messages from the input characters.protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController. loadBuffer(AbstractMRReply msg)protected voidSerialTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.ieee802154
Subclasses of AbstractMRReply in jmri.jmrix.ieee802154 Modifier and Type Class Description classIEEE802154ReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.ieee802154 with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanIEEE802154TrafficController. endOfMessage(AbstractMRReply msg)The length is the first byte of the message payload, The end of the message occurs when the length of the message is equal to the payload length.protected voidIEEE802154TrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a reply to all registered IEEE802154Interface listeners. -
Uses of AbstractMRReply in jmri.jmrix.ieee802154.serialdriver
Methods in jmri.jmrix.ieee802154.serialdriver that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()This is a default, null implementation, which must be overridden in an adapter-specific subclass. -
Uses of AbstractMRReply in jmri.jmrix.ieee802154.xbee
Subclasses of AbstractMRReply in jmri.jmrix.ieee802154.xbee Modifier and Type Class Description classXBeeReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.ieee802154.xbee that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyXBeeTrafficController. newReply()Get a message of zero length.Methods in jmri.jmrix.ieee802154.xbee with parameters of type AbstractMRReply Modifier and Type Method Description protected voidXBeeTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a reply to all registered XBeeInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.jmriclient
Subclasses of AbstractMRReply in jmri.jmrix.jmriclient Modifier and Type Class Description classJMRIClientReplyCarries the reply to an JMRIClientMessage.Methods in jmri.jmrix.jmriclient that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyJMRIClientTrafficController. newReply()Methods in jmri.jmrix.jmriclient with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanJMRIClientTrafficController. endOfMessage(AbstractMRReply msg)protected voidJMRIClientTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a JMRIClientReply to all registered JMRIClientInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.lenz
Subclasses of AbstractMRReply in jmri.jmrix.lenz Modifier and Type Class Description classXNetReplyRepresents a single response from the XpressNet.Methods in jmri.jmrix.lenz that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyXNetTrafficController. newReply()Methods in jmri.jmrix.lenz with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanXNetTrafficController. endOfMessage(AbstractMRReply msg)voidXNetTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a preformatted XNetMessage to the registered XNetListeners.protected voidXNetTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message. -
Uses of AbstractMRReply in jmri.jmrix.lenz.liusb
Methods in jmri.jmrix.lenz.liusb with parameters of type AbstractMRReply Modifier and Type Method Description protected voidLIUSBXNetPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message. -
Uses of AbstractMRReply in jmri.jmrix.lenz.liusbethernet
Methods in jmri.jmrix.lenz.liusbethernet with parameters of type AbstractMRReply Modifier and Type Method Description protected voidLIUSBEthernetXNetPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message. -
Uses of AbstractMRReply in jmri.jmrix.lenz.xntcp
Methods in jmri.jmrix.lenz.xntcp with parameters of type AbstractMRReply Modifier and Type Method Description protected voidXnTcpXNetPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and fill a message. -
Uses of AbstractMRReply in jmri.jmrix.lenz.ztc640
Methods in jmri.jmrix.lenz.ztc640 with parameters of type AbstractMRReply Modifier and Type Method Description protected voidZTC640XNetPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message. -
Uses of AbstractMRReply in jmri.jmrix.maple
Subclasses of AbstractMRReply in jmri.jmrix.maple Modifier and Type Class Description classSerialReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.maple that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()Methods in jmri.jmrix.maple with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a SerialReply to all registered SerialInterface listeners.voidSerialTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.marklin
Subclasses of AbstractMRReply in jmri.jmrix.marklin Modifier and Type Class Description classMarklinReplyCarries the reply to an MarklinMessage.Methods in jmri.jmrix.marklin that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyMarklinTrafficController. newReply()Methods in jmri.jmrix.marklin with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanMarklinTrafficController. endOfMessage(AbstractMRReply msg)protected voidMarklinTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a MarklinReply to all registered MarklinInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.marklin.simulation
Methods in jmri.jmrix.marklin.simulation with parameters of type AbstractMRReply Modifier and Type Method Description protected voidMarklinSimTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r) -
Uses of AbstractMRReply in jmri.jmrix.nce
Subclasses of AbstractMRReply in jmri.jmrix.nce Modifier and Type Class Description classNceReplyCarries the reply to an NceMessage.Methods in jmri.jmrix.nce that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyNceTrafficController. newReply()Methods in jmri.jmrix.nce with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanNceTrafficController. endOfMessage(AbstractMRReply msg)protected voidNceTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a NceReply to all registered NceInterface listeners.voidNceSensorManager. handleSensorMessage(AbstractMRReply r)Handle an unsolicited sensor (AIU) state message. -
Uses of AbstractMRReply in jmri.jmrix.oaktree
Subclasses of AbstractMRReply in jmri.jmrix.oaktree Modifier and Type Class Description classSerialReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.oaktree that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()Methods in jmri.jmrix.oaktree with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.powerline
Subclasses of AbstractMRReply in jmri.jmrix.powerline Modifier and Type Class Description classSerialReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()This is a default, null implementation, which must be overridden in an adapter-specific subclass.Methods in jmri.jmrix.powerline with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)This is a default, null implementation, which must be overridden in an adapter-specific subclass.protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a reply to all registered SerialInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.powerline.cm11
Subclasses of AbstractMRReply in jmri.jmrix.powerline.cm11 Modifier and Type Class Description classSpecificReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cm11 that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySpecificTrafficController. newReply()Specific class override of the Serial classMethods in jmri.jmrix.powerline.cm11 with parameters of type AbstractMRReply Modifier and Type Method Description booleanSpecificTrafficController. endOfMessage(AbstractMRReply msg)Specific class override of the Serial class -
Uses of AbstractMRReply in jmri.jmrix.powerline.cp290
Subclasses of AbstractMRReply in jmri.jmrix.powerline.cp290 Modifier and Type Class Description classSpecificReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cp290 that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySpecificTrafficController. newReply()Methods in jmri.jmrix.powerline.cp290 with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSpecificTrafficController. endOfMessage(AbstractMRReply msg)Decide if a reply have been completely received. -
Uses of AbstractMRReply in jmri.jmrix.powerline.dmx512
Subclasses of AbstractMRReply in jmri.jmrix.powerline.dmx512 Modifier and Type Class Description classSpecificReplyContains the data payload of a serial reply packet. -
Uses of AbstractMRReply in jmri.jmrix.powerline.insteon2412s
Subclasses of AbstractMRReply in jmri.jmrix.powerline.insteon2412s Modifier and Type Class Description classSpecificReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.insteon2412s that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySpecificTrafficController. newReply()Methods in jmri.jmrix.powerline.insteon2412s with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSpecificTrafficController. endOfMessage(AbstractMRReply msg)protected voidSpecificTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)read a stream and pick packets out of it. knows the size of the packets from the contents. -
Uses of AbstractMRReply in jmri.jmrix.powerline.simulator
Subclasses of AbstractMRReply in jmri.jmrix.powerline.simulator Modifier and Type Class Description classSpecificReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.simulator that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySpecificTrafficController. newReply()Methods in jmri.jmrix.powerline.simulator with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSpecificTrafficController. endOfMessage(AbstractMRReply msg)protected voidSpecificTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Read a stream and pick packets out of it. -
Uses of AbstractMRReply in jmri.jmrix.rfid
Subclasses of AbstractMRReply in jmri.jmrix.rfid Modifier and Type Class Description classRfidReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyRfidTrafficController. newReply()This is a default, null implementation, which must be overridden in an adapter-specific subclass.Methods in jmri.jmrix.rfid with parameters of type AbstractMRReply Modifier and Type Method Description abstract booleanRfidProtocol. endOfMessage(AbstractMRReply msg)Determines if at the end of this RFID replyprotected booleanRfidTrafficController. endOfMessage(AbstractMRReply msg)This is a default, null implementation, which must be overridden in an adapter-specific subclass.protected voidRfidTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)Forward a reply to all registered RfidInterface listeners.abstract java.lang.StringRfidProtocol. getCheckSum(AbstractMRReply msg)When available, returns the checksum portion of an RFID replycharRfidProtocol. getReaderPort(AbstractMRReply msg)java.lang.StringRfidProtocol. getTag(AbstractMRReply msg)Retrieves RFID Tag information from messageabstract booleanRfidProtocol. isValid(AbstractMRReply msg)Determines if this RFID reply is validjava.lang.StringRfidProtocol. toMonitorString(AbstractMRReply msg)Provides a textual representation of this message for the monitor -
Uses of AbstractMRReply in jmri.jmrix.rfid.generic.standalone
Subclasses of AbstractMRReply in jmri.jmrix.rfid.generic.standalone Modifier and Type Class Description classStandaloneReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.generic.standalone that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyStandaloneTrafficController. newReply()Methods in jmri.jmrix.rfid.generic.standalone with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanStandaloneTrafficController. endOfMessage(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.merg.concentrator
Subclasses of AbstractMRReply in jmri.jmrix.rfid.merg.concentrator Modifier and Type Class Description classConcentratorReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.merg.concentrator that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplyConcentratorTrafficController. newReply()Methods in jmri.jmrix.rfid.merg.concentrator with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanConcentratorTrafficController. endOfMessage(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.coreid
Methods in jmri.jmrix.rfid.protocol.coreid with parameters of type AbstractMRReply Modifier and Type Method Description booleanCoreIdRfidProtocol. endOfMessage(AbstractMRReply msg)java.lang.StringCoreIdRfidProtocol. getCheckSum(AbstractMRReply msg)java.lang.StringCoreIdRfidProtocol. getTag(AbstractMRReply msg)booleanCoreIdRfidProtocol. isCheckSumValid(AbstractMRReply msg)booleanCoreIdRfidProtocol. isValid(AbstractMRReply msg)java.lang.StringCoreIdRfidProtocol. toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.em18
Methods in jmri.jmrix.rfid.protocol.em18 with parameters of type AbstractMRReply Modifier and Type Method Description booleanEm18RfidProtocol. endOfMessage(AbstractMRReply msg)java.lang.StringEm18RfidProtocol. getCheckSum(AbstractMRReply msg)java.lang.StringEm18RfidProtocol. getTag(AbstractMRReply msg)booleanEm18RfidProtocol. isCheckSumValid(AbstractMRReply msg)booleanEm18RfidProtocol. isValid(AbstractMRReply msg)java.lang.StringEm18RfidProtocol. toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.olimex
Methods in jmri.jmrix.rfid.protocol.olimex with parameters of type AbstractMRReply Modifier and Type Method Description booleanOlimexRfid1356mifareProtocol. endOfMessage(AbstractMRReply msg)booleanOlimexRfidProtocol. endOfMessage(AbstractMRReply msg)java.lang.StringOlimexRfid1356mifareProtocol. getCheckSum(AbstractMRReply msg)java.lang.StringOlimexRfidProtocol. getCheckSum(AbstractMRReply msg)java.lang.StringOlimexRfid1356mifareProtocol. getTag(AbstractMRReply msg)java.lang.StringOlimexRfidProtocol. getTag(AbstractMRReply msg)booleanOlimexRfid1356mifareProtocol. isValid(AbstractMRReply msg)booleanOlimexRfidProtocol. isValid(AbstractMRReply msg)java.lang.StringOlimexRfid1356mifareProtocol. toMonitorString(AbstractMRReply msg)java.lang.StringOlimexRfidProtocol. toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.parallax
Methods in jmri.jmrix.rfid.protocol.parallax with parameters of type AbstractMRReply Modifier and Type Method Description booleanParallaxRfidProtocol. endOfMessage(AbstractMRReply msg)java.lang.StringParallaxRfidProtocol. getCheckSum(AbstractMRReply msg)java.lang.StringParallaxRfidProtocol. getTag(AbstractMRReply msg)booleanParallaxRfidProtocol. isValid(AbstractMRReply msg)java.lang.StringParallaxRfidProtocol. toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.seeedstudio
Methods in jmri.jmrix.rfid.protocol.seeedstudio with parameters of type AbstractMRReply Modifier and Type Method Description booleanSeeedStudioRfidProtocol. endOfMessage(AbstractMRReply msg)java.lang.StringSeeedStudioRfidProtocol. getCheckSum(AbstractMRReply msg)java.lang.StringSeeedStudioRfidProtocol. getTag(AbstractMRReply msg)booleanSeeedStudioRfidProtocol. isCheckSumValid(AbstractMRReply msg)booleanSeeedStudioRfidProtocol. isValid(AbstractMRReply msg)java.lang.StringSeeedStudioRfidProtocol. toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.roco.z21
Subclasses of AbstractMRReply in jmri.jmrix.roco.z21 Modifier and Type Class Description classZ21ReplyClass for replies in the z21/Z21 protocol.classZ21XNetReplyRepresents a single response from the XpressNet, with extensions from Roco for the Z21.Methods in jmri.jmrix.roco.z21 with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanZ21TrafficController. endOfMessage(AbstractMRReply r)protected voidZ21TrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Implement this to forward a specific Reply type to a protocol-specific listener interface. -
Uses of AbstractMRReply in jmri.jmrix.secsi
Subclasses of AbstractMRReply in jmri.jmrix.secsi Modifier and Type Class Description classSerialReplyContains the data payload of a serial reply packet.Methods in jmri.jmrix.secsi that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()Methods in jmri.jmrix.secsi with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.sprog
Subclasses of AbstractMRReply in jmri.jmrix.sprog Modifier and Type Class Description classSprogReplyCarries the reply to a SprogMessage. -
Uses of AbstractMRReply in jmri.jmrix.srcp
Subclasses of AbstractMRReply in jmri.jmrix.srcp Modifier and Type Class Description classSRCPReplyCarries the reply to an SRCPMessage.Methods in jmri.jmrix.srcp that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySRCPTrafficController. newReply()Methods in jmri.jmrix.srcp with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSRCPTrafficController. endOfMessage(AbstractMRReply msg)protected voidSRCPTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a SRCPReply to all registered SRCPInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.tams
Subclasses of AbstractMRReply in jmri.jmrix.tams Modifier and Type Class Description classTamsReplyCarries the reply to a TamsMessageMethods in jmri.jmrix.tams with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanTamsTrafficController. endOfMessage(AbstractMRReply reply)protected voidTamsTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply tr)Forward a TamsReply to all TamsInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.tmcc
Subclasses of AbstractMRReply in jmri.jmrix.tmcc Modifier and Type Class Description classSerialReplyContains the data payload of a TMCC serial reply packet.Methods in jmri.jmrix.tmcc that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReplySerialTrafficController. newReply()Methods in jmri.jmrix.tmcc with parameters of type AbstractMRReply Modifier and Type Method Description protected booleanSerialTrafficController. endOfMessage(AbstractMRReply msg)protected voidSerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.ztc.ztc611
Methods in jmri.jmrix.ztc.ztc611 with parameters of type AbstractMRReply Modifier and Type Method Description protected voidZTC611XNetPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)Get characters from the input source, and file a message.
-