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 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) AbstractMRReply
AbstractMRTrafficController.RcvNotifier. mMsg
Methods in jmri.jmrix that return AbstractMRReply Modifier and Type Method Description protected abstract AbstractMRReply
AbstractMRTrafficController. newReply()
Methods in jmri.jmrix with parameters of type AbstractMRReply Modifier and Type Method Description protected abstract boolean
AbstractMRTrafficController. endOfMessage(AbstractMRReply r)
protected abstract void
AbstractMRTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
protected void
AbstractMRTrafficController. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)
Get characters from the input source, and file a message.protected AbstractMRTrafficController.RcvNotifier
AbstractMRTrafficController. newRcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTc)
protected void
AbstractMRTrafficController. 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 class
AcelaReply
Contains the data payload of an Acela reply packetMethods in jmri.jmrix.acela that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
AcelaTrafficController. newReply()
Methods in jmri.jmrix.acela with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
AcelaTrafficController. endOfMessage(AbstractMRReply msg)
protected void
AcelaTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward an AcelaReply to all registered AcelaInterface listeners.protected void
AcelaTrafficController. 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 class
SpeedoReply
Carries the reply to an SprogMessage The format of a KPF-Zeller message is*0000;V3.0%\n
but 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 class
CanReply
Base 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 CanReply
AbstractCanTrafficController. 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 class
GridConnectReply
Class 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 AbstractMRReply
GcTrafficController. newReply()
New reply from hardware.Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractMRReply Modifier and Type Method Description CanReply
GcTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a GridConnect reply.(package private) boolean
GcTrafficController. endNormalReply(AbstractMRReply r)
Detect if the reply buffer ends with ";".protected boolean
GcTrafficController. endOfMessage(AbstractMRReply r)
protected void
GcTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a CanReply to all registered CanInterface listeners.protected void
GcTrafficController. 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 class
MergReply
Class 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 AbstractMRReply
MergTrafficController. newReply()
New reply from hardware.Methods in jmri.jmrix.can.adapters.gridconnect.canrs with parameters of type AbstractMRReply Modifier and Type Method Description CanReply
MergTrafficController. 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 class
Reply
Class for replies in a LAWICELL message/reply protocol.Methods in jmri.jmrix.can.adapters.lawicell that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
LawicellTrafficController. newReply()
Methods in jmri.jmrix.can.adapters.lawicell with parameters of type AbstractMRReply Modifier and Type Method Description CanReply
LawicellTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a Lawicell-specific reply.(package private) boolean
LawicellTrafficController. endNormalReply(AbstractMRReply r)
protected boolean
LawicellTrafficController. endOfMessage(AbstractMRReply r)
Normal Lawicell replies will end with CR; errors are BELL.protected void
LawicellTrafficController. 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 AbstractMRReply
LoopbackTrafficController. newReply()
Methods in jmri.jmrix.can.adapters.loopback with parameters of type AbstractMRReply Modifier and Type Method Description CanReply
LoopbackTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a system-specific reply.protected boolean
LoopbackTrafficController. endOfMessage(AbstractMRReply r)
Dummy; loopback doesn't parse serial messages.protected void
LoopbackTrafficController. 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 class
SerialReply
Contains the data payload of a CMRI serial reply packet.Methods in jmri.jmrix.cmri.serial that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. newReply()
Methods in jmri.jmrix.cmri.serial with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a reply to all registered listeners.protected void
SerialTrafficController. 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 class
Dcc4PcReply
Dcc4PcReply.java Carries the reply to a Dcc4PcMessageMethods in jmri.jmrix.dcc4pc that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
Dcc4PcTrafficController. newReply()
Methods in jmri.jmrix.dcc4pc with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
Dcc4PcTrafficController. endOfMessage(AbstractMRReply msg)
protected void
Dcc4PcTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a Dcc4PcReply to all registered Dcc4PcInterface listeners.protected void
Dcc4PcTrafficController. 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 class
DCCppReply
Represents a single response from the DCC++ system.Methods in jmri.jmrix.dccpp that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
DCCppTrafficController. newReply()
Methods in jmri.jmrix.dccpp with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
DCCppTrafficController. endOfMessage(AbstractMRReply msg)
void
DCCppTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a preformatted DCCppMessage to the registered DCCppListeners.protected void
DCCppPacketizer. 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 class
Reply
Contains 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 class
EasyDccReply
Carries the reply to an EasyDccMessage.Methods in jmri.jmrix.easydcc that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
EasyDccTrafficController. newReply()
Methods in jmri.jmrix.easydcc with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
EasyDccTrafficController. endOfMessage(AbstractMRReply msg)
protected void
EasyDccTrafficController. 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 class
EcosReply
Carries the reply to an EcosMessage.Methods in jmri.jmrix.ecos that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
EcosTrafficController. newReply()
Methods in jmri.jmrix.ecos with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
EcosTrafficController. endOfMessage(AbstractMRReply msg)
protected void
EcosTrafficController. 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 class
SerialReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.grapevine that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. newReply()
Methods in jmri.jmrix.grapevine with parameters of type AbstractMRReply Modifier and Type Method Description (package private) boolean
SerialTrafficController. doNextStep(AbstractMRReply msg, java.io.DataInputStream istream)
Execute a state machine to parse messages from the input characters.protected boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.protected void
SerialTrafficController. loadBuffer(AbstractMRReply msg)
protected void
SerialTrafficController. 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 class
IEEE802154Reply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.ieee802154 with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
IEEE802154TrafficController. 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 void
IEEE802154TrafficController. 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 AbstractMRReply
SerialTrafficController. 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 class
XBeeReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.ieee802154.xbee that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
XBeeTrafficController. newReply()
Get a message of zero length.Methods in jmri.jmrix.ieee802154.xbee with parameters of type AbstractMRReply Modifier and Type Method Description protected void
XBeeTrafficController. 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 class
JMRIClientReply
Carries the reply to an JMRIClientMessage.Methods in jmri.jmrix.jmriclient that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
JMRIClientTrafficController. newReply()
Methods in jmri.jmrix.jmriclient with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
JMRIClientTrafficController. endOfMessage(AbstractMRReply msg)
protected void
JMRIClientTrafficController. 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 class
XNetReply
Represents a single response from the XpressNet.Methods in jmri.jmrix.lenz that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
XNetTrafficController. newReply()
Methods in jmri.jmrix.lenz with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
XNetTrafficController. endOfMessage(AbstractMRReply msg)
void
XNetTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a preformatted XNetMessage to the registered XNetListeners.protected void
XNetTrafficController. 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 void
LIUSBXNetPacketizer. 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 void
LIUSBEthernetXNetPacketizer. 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 void
XnTcpXNetPacketizer. 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 void
ZTC640XNetPacketizer. 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 class
SerialReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.maple that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. newReply()
Methods in jmri.jmrix.maple with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.void
SerialTrafficController. 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 class
MarklinReply
Carries the reply to an MarklinMessage.Methods in jmri.jmrix.marklin that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
MarklinTrafficController. newReply()
Methods in jmri.jmrix.marklin with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
MarklinTrafficController. endOfMessage(AbstractMRReply msg)
protected void
MarklinTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a MarklinReply to all registered MarklinInterface listeners. -
Uses of AbstractMRReply in jmri.jmrix.nce
Subclasses of AbstractMRReply in jmri.jmrix.nce Modifier and Type Class Description class
NceReply
Carries the reply to an NceMessage.Methods in jmri.jmrix.nce that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
NceTrafficController. newReply()
Methods in jmri.jmrix.nce with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
NceTrafficController. endOfMessage(AbstractMRReply msg)
protected void
NceTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a NceReply to all registered NceInterface listeners.void
NceSensorManager. 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 class
SerialReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.oaktree that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. newReply()
Methods in jmri.jmrix.oaktree with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.protected void
SerialTrafficController. 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 class
SerialReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. 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 boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
This is a default, null implementation, which must be overridden in an adapter-specific subclass.protected void
SerialTrafficController. 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 class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cm11 that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SpecificTrafficController. newReply()
Specific class override of the Serial classMethods in jmri.jmrix.powerline.cm11 with parameters of type AbstractMRReply Modifier and Type Method Description boolean
SpecificTrafficController. 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 class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cp290 that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SpecificTrafficController. newReply()
Methods in jmri.jmrix.powerline.cp290 with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SpecificTrafficController. 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 class
SpecificReply
Contains 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 class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.insteon2412s that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SpecificTrafficController. newReply()
Methods in jmri.jmrix.powerline.insteon2412s with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SpecificTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SpecificTrafficController. 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 class
SpecificReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.simulator that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SpecificTrafficController. newReply()
Methods in jmri.jmrix.powerline.simulator with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SpecificTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SpecificTrafficController. 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 class
RfidReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
RfidTrafficController. 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 boolean
RfidProtocol. endOfMessage(AbstractMRReply msg)
Determines if at the end of this RFID replyprotected boolean
RfidTrafficController. endOfMessage(AbstractMRReply msg)
This is a default, null implementation, which must be overridden in an adapter-specific subclass.protected void
RfidTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply r)
Forward a reply to all registered RfidInterface listeners.abstract java.lang.String
RfidProtocol. getCheckSum(AbstractMRReply msg)
When available, returns the checksum portion of an RFID replychar
RfidProtocol. getReaderPort(AbstractMRReply msg)
java.lang.String
RfidProtocol. getTag(AbstractMRReply msg)
Retrieves RFID Tag information from messageabstract boolean
RfidProtocol. isValid(AbstractMRReply msg)
Determines if this RFID reply is validjava.lang.String
RfidProtocol. 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 class
StandaloneReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.generic.standalone that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
StandaloneTrafficController. newReply()
Methods in jmri.jmrix.rfid.generic.standalone with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
StandaloneTrafficController. 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 class
ConcentratorReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.merg.concentrator that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
ConcentratorTrafficController. newReply()
Methods in jmri.jmrix.rfid.merg.concentrator with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
ConcentratorTrafficController. 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 boolean
CoreIdRfidProtocol. endOfMessage(AbstractMRReply msg)
java.lang.String
CoreIdRfidProtocol. getCheckSum(AbstractMRReply msg)
java.lang.String
CoreIdRfidProtocol. getTag(AbstractMRReply msg)
boolean
CoreIdRfidProtocol. isCheckSumValid(AbstractMRReply msg)
boolean
CoreIdRfidProtocol. isValid(AbstractMRReply msg)
java.lang.String
CoreIdRfidProtocol. 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 boolean
Em18RfidProtocol. endOfMessage(AbstractMRReply msg)
java.lang.String
Em18RfidProtocol. getCheckSum(AbstractMRReply msg)
java.lang.String
Em18RfidProtocol. getTag(AbstractMRReply msg)
boolean
Em18RfidProtocol. isCheckSumValid(AbstractMRReply msg)
boolean
Em18RfidProtocol. isValid(AbstractMRReply msg)
java.lang.String
Em18RfidProtocol. 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 boolean
OlimexRfid1356mifareProtocol. endOfMessage(AbstractMRReply msg)
boolean
OlimexRfidProtocol. endOfMessage(AbstractMRReply msg)
java.lang.String
OlimexRfid1356mifareProtocol. getCheckSum(AbstractMRReply msg)
java.lang.String
OlimexRfidProtocol. getCheckSum(AbstractMRReply msg)
java.lang.String
OlimexRfid1356mifareProtocol. getTag(AbstractMRReply msg)
java.lang.String
OlimexRfidProtocol. getTag(AbstractMRReply msg)
boolean
OlimexRfid1356mifareProtocol. isValid(AbstractMRReply msg)
boolean
OlimexRfidProtocol. isValid(AbstractMRReply msg)
java.lang.String
OlimexRfid1356mifareProtocol. toMonitorString(AbstractMRReply msg)
java.lang.String
OlimexRfidProtocol. 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 boolean
ParallaxRfidProtocol. endOfMessage(AbstractMRReply msg)
java.lang.String
ParallaxRfidProtocol. getCheckSum(AbstractMRReply msg)
java.lang.String
ParallaxRfidProtocol. getTag(AbstractMRReply msg)
boolean
ParallaxRfidProtocol. isValid(AbstractMRReply msg)
java.lang.String
ParallaxRfidProtocol. 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 boolean
SeeedStudioRfidProtocol. endOfMessage(AbstractMRReply msg)
java.lang.String
SeeedStudioRfidProtocol. getCheckSum(AbstractMRReply msg)
java.lang.String
SeeedStudioRfidProtocol. getTag(AbstractMRReply msg)
boolean
SeeedStudioRfidProtocol. isCheckSumValid(AbstractMRReply msg)
boolean
SeeedStudioRfidProtocol. isValid(AbstractMRReply msg)
java.lang.String
SeeedStudioRfidProtocol. toMonitorString(AbstractMRReply msg)
-
Uses of AbstractMRReply in jmri.jmrix.roco.z21
Subclasses of AbstractMRReply in jmri.jmrix.roco.z21 Modifier and Type Class Description class
Z21Reply
Class for replies in the z21/Z21 protocol.class
Z21XNetReply
Represents 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 boolean
Z21TrafficController. endOfMessage(AbstractMRReply r)
protected void
Z21TrafficController. 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 class
SerialReply
Contains the data payload of a serial reply packet.Methods in jmri.jmrix.secsi that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. newReply()
Methods in jmri.jmrix.secsi with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.protected void
SerialTrafficController. 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 class
SprogReply
Carries the reply to a SprogMessage. -
Uses of AbstractMRReply in jmri.jmrix.srcp
Subclasses of AbstractMRReply in jmri.jmrix.srcp Modifier and Type Class Description class
SRCPReply
Carries the reply to an SRCPMessage.Methods in jmri.jmrix.srcp that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SRCPTrafficController. newReply()
Methods in jmri.jmrix.srcp with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SRCPTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SRCPTrafficController. 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 class
TamsReply
Carries the reply to a TamsMessageMethods in jmri.jmrix.tams with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
TamsTrafficController. endOfMessage(AbstractMRReply reply)
protected void
TamsTrafficController. 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 class
SerialReply
Contains the data payload of a TMCC serial reply packet.Methods in jmri.jmrix.tmcc that return AbstractMRReply Modifier and Type Method Description protected AbstractMRReply
SerialTrafficController. newReply()
Methods in jmri.jmrix.tmcc with parameters of type AbstractMRReply Modifier and Type Method Description protected boolean
SerialTrafficController. endOfMessage(AbstractMRReply msg)
protected void
SerialTrafficController. forwardReply(AbstractMRListener client, AbstractMRReply m)
Forward a SerialReply to all registered SerialInterface listeners.protected void
SerialTrafficController. 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 void
ZTC611XNetPacketizer. loadChars(AbstractMRReply msg, java.io.DataInputStream istream)
Get characters from the input source, and file a message.
-