Uses of Class
jmri.jmrix.AbstractMRReply
Packages that use AbstractMRReply
Package
Description
Interfaces and implementations for system-specific code.
This package handles communications for the CTI Acela hardware.
Provides connections and GUI support for attached speedometers.
Defines classes for interfacing to a CAN-based model railway
control bus.
Defines classes for communicating with the CAN network
via hardware which uses the
GridConnect format.
Defines classes for interfacing to a MERG CAN-RS
or CAN-USB adapter.
Defines classes for communicating with the CAN network
via hardware which uses the Lawicell format
Defines classes for simulating communication
with a CAN network via loopback.
Provides basic interfaces and certain core implementations for the JMRI
C/MRI serial implementation.
Support for the ESU ECoS.
This package handles communications for the ProTrak Grapevine hardware.
Classes to interact with a Marklin Network Connection.
Simulation of a Marklin Network Connection.
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for DMX lighting adapters.
This package handles communications for Insteon 2412S adapters.
This package handles communications for RFID adapters.
This package handles communications for Generic RFID stand-alone readers.
This package handles communications for MERG RFID Concentrators.
This package holds objects specific to the RFID stand-alone readers that
use the CORE-ID / ID-Innovations protocol.
This package holds objects specific to the RFID stand-alone readers that
use the EM-18 protocol.
This package holds objects specific to the RFID stand-alone readers that
use an Olimex protocol.
This package holds objects specific to the RFID stand-alone readers that
use the Parallax protocol.
This package holds objects specific to the RFID stand-alone readers that
use the SeeedStudio RDM630 protocol.
This package handles communications for the TracTronics SECSI hardware.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
-
Uses of AbstractMRReply in jmri.jmrix
Fields in jmri.jmrix declared as AbstractMRReplyModifier and TypeFieldDescription(package private) AbstractMRReplyAbstractMRTrafficController.RcvNotifier.mMsgMethods in jmri.jmrix that return AbstractMRReplyModifier and TypeMethodDescriptionprotected abstract AbstractMRReplyAbstractMRTrafficController.newReply()Methods in jmri.jmrix with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected abstract booleanAbstractMRTrafficController.endOfMessage(AbstractMRReply r) protected abstract voidAbstractMRTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) protected voidAbstractMRTrafficController.loadChars(AbstractMRReply msg, 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 AbstractMRReplyModifierConstructorDescriptionCopy 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.acelaModifier and TypeClassDescriptionclassContains the data payload of an Acela reply packetMethods in jmri.jmrix.acela that return AbstractMRReplyMethods in jmri.jmrix.acela with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanAcelaTrafficController.endOfMessage(AbstractMRReply msg) protected voidAcelaTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward an AcelaReply to all registered AcelaInterface listeners.protected voidAcelaTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.bachrus
Subclasses of AbstractMRReply in jmri.jmrix.bachrusModifier and TypeClassDescriptionclassCarries 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.canModifier and TypeClassDescriptionclassBase class for replies in a CANbus based message/reply protocol.Methods in jmri.jmrix.can with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionabstract CanReplyAbstractCanTrafficController.decodeFromHardware(AbstractMRReply m) -
Uses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect
Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnectModifier and TypeClassDescriptionclassClass for replies in a GridConnect based message/reply protocol.Methods in jmri.jmrix.can.adapters.gridconnect that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplyGcTrafficController.newReply()New reply from hardware.Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionGcTrafficController.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, 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.canrsModifier and TypeClassDescriptionclassClass for replies in a MERG GridConnect based message/reply protocol.Methods in jmri.jmrix.can.adapters.gridconnect.canrs that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplyMergTrafficController.newReply()New reply from hardware.Methods in jmri.jmrix.can.adapters.gridconnect.canrs with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionMergTrafficController.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.lawicellModifier and TypeClassDescriptionclassClass for replies in a LAWICELL message/reply protocol.Methods in jmri.jmrix.can.adapters.lawicell that return AbstractMRReplyMethods in jmri.jmrix.can.adapters.lawicell with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionLawicellTrafficController.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 AbstractMRReplyMethods in jmri.jmrix.can.adapters.loopback with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionLoopbackTrafficController.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.serialModifier and TypeClassDescriptionclassContains the data payload of a CMRI serial reply packet.Methods in jmri.jmrix.cmri.serial that return AbstractMRReplyMethods in jmri.jmrix.cmri.serial with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSerialTrafficController.endOfMessage(AbstractMRReply msg) protected voidSerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a reply to all registered listeners.protected voidSerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.dcc4pc
Subclasses of AbstractMRReply in jmri.jmrix.dcc4pcModifier and TypeClassDescriptionclassDcc4PcReply.java Carries the reply to a Dcc4PcMessageMethods in jmri.jmrix.dcc4pc that return AbstractMRReplyMethods in jmri.jmrix.dcc4pc with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanDcc4PcTrafficController.endOfMessage(AbstractMRReply msg) protected voidDcc4PcTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r) Forward a Dcc4PcReply to all registered Dcc4PcInterface listeners.protected voidDcc4PcTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.dccpp
Subclasses of AbstractMRReply in jmri.jmrix.dccppModifier and TypeClassDescriptionclassRepresents a single response from the DCC++ system.Methods in jmri.jmrix.dccpp that return AbstractMRReplyMethods in jmri.jmrix.dccpp with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanDCCppTrafficController.endOfMessage(AbstractMRReply msg) voidDCCppTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a preformatted DCCppMessage to the registered DCCppListeners.protected voidDCCppPacketizer.loadChars(AbstractMRReply msg, 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 -
Uses of AbstractMRReply in jmri.jmrix.easydcc
Subclasses of AbstractMRReply in jmri.jmrix.easydccMethods in jmri.jmrix.easydcc that return AbstractMRReplyMethods in jmri.jmrix.easydcc with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.ecosMethods in jmri.jmrix.ecos that return AbstractMRReplyMethods in jmri.jmrix.ecos with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.grapevineModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.grapevine that return AbstractMRReplyMethods in jmri.jmrix.grapevine with parameters of type AbstractMRReplyModifier and TypeMethodDescription(package private) booleanSerialTrafficController.doNextStep(AbstractMRReply msg, 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, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.ieee802154
Subclasses of AbstractMRReply in jmri.jmrix.ieee802154Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.ieee802154 with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.xbeeModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.ieee802154.xbee that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplyXBeeTrafficController.newReply()Get a message of zero length.Methods in jmri.jmrix.ieee802154.xbee with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.jmriclientModifier and TypeClassDescriptionclassCarries the reply to an JMRIClientMessage.Methods in jmri.jmrix.jmriclient that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplyJMRIClientTrafficController.newReply()Methods in jmri.jmrix.jmriclient with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.lenzModifier and TypeClassDescriptionclassRepresents a single response from the XpressNet.Methods in jmri.jmrix.lenz that return AbstractMRReplyMethods in jmri.jmrix.lenz with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanXNetTrafficController.endOfMessage(AbstractMRReply msg) voidXNetTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a preformatted XNetMessage to the registered XNetListeners.protected voidXNetTrafficController.loadChars(AbstractMRReply msg, 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected voidLIUSBXNetPacketizer.loadChars(AbstractMRReply msg, 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected voidLIUSBEthernetXNetPacketizer.loadChars(AbstractMRReply msg, 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected voidXnTcpXNetPacketizer.loadChars(AbstractMRReply msg, 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected voidZTC640XNetPacketizer.loadChars(AbstractMRReply msg, 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.mapleModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.maple that return AbstractMRReplyMethods in jmri.jmrix.maple with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSerialTrafficController.endOfMessage(AbstractMRReply msg) protected voidSerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a SerialReply to all registered SerialInterface listeners.voidSerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.marklin
Subclasses of AbstractMRReply in jmri.jmrix.marklinMethods in jmri.jmrix.marklin that return AbstractMRReplyMethods in jmri.jmrix.marklin with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected voidMarklinSimTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r) -
Uses of AbstractMRReply in jmri.jmrix.nce
Subclasses of AbstractMRReply in jmri.jmrix.nceMethods in jmri.jmrix.nce that return AbstractMRReplyMethods in jmri.jmrix.nce with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.oaktreeModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.oaktree that return AbstractMRReplyMethods in jmri.jmrix.oaktree with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSerialTrafficController.endOfMessage(AbstractMRReply msg) protected voidSerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.powerline
Subclasses of AbstractMRReply in jmri.jmrix.powerlineModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline that return AbstractMRReplyModifier and TypeMethodDescriptionprotected 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 AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.cm11Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cm11 that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplySpecificTrafficController.newReply()Specific class override of the Serial classMethods in jmri.jmrix.powerline.cm11 with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionbooleanSpecificTrafficController.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.cp290Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.cp290 that return AbstractMRReplyMethods in jmri.jmrix.powerline.cp290 with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.dmx512Modifier and TypeClassDescriptionclassContains the data payload of a serial reply packet. -
Uses of AbstractMRReply in jmri.jmrix.powerline.insteon2412s
Subclasses of AbstractMRReply in jmri.jmrix.powerline.insteon2412sModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.insteon2412s that return AbstractMRReplyMethods in jmri.jmrix.powerline.insteon2412s with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSpecificTrafficController.endOfMessage(AbstractMRReply msg) protected voidSpecificTrafficController.loadChars(AbstractMRReply msg, 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.simulatorModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.powerline.simulator that return AbstractMRReplyMethods in jmri.jmrix.powerline.simulator with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSpecificTrafficController.endOfMessage(AbstractMRReply msg) protected voidSpecificTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) Read a stream and pick packets out of it. -
Uses of AbstractMRReply in jmri.jmrix.rfid
Subclasses of AbstractMRReply in jmri.jmrix.rfidModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid that return AbstractMRReplyModifier and TypeMethodDescriptionprotected 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 AbstractMRReplyModifier and TypeMethodDescriptionabstract 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 StringRfidProtocol.getCheckSum(AbstractMRReply msg) When available, returns the checksum portion of an RFID replycharRfidProtocol.getReaderPort(AbstractMRReply msg) RfidProtocol.getTag(AbstractMRReply msg) Retrieves RFID Tag information from messageabstract booleanRfidProtocol.isValid(AbstractMRReply msg) Determines if this RFID reply is validRfidProtocol.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.standaloneModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.generic.standalone that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplyStandaloneTrafficController.newReply()Methods in jmri.jmrix.rfid.generic.standalone with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanStandaloneTrafficController.endOfMessage(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.merg.concentrator
Subclasses of AbstractMRReply in jmri.jmrix.rfid.merg.concentratorModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.rfid.merg.concentrator that return AbstractMRReplyModifier and TypeMethodDescriptionprotected AbstractMRReplyConcentratorTrafficController.newReply()Methods in jmri.jmrix.rfid.merg.concentrator with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanConcentratorTrafficController.endOfMessage(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.coreid
Methods in jmri.jmrix.rfid.protocol.coreid with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionbooleanCoreIdRfidProtocol.endOfMessage(AbstractMRReply msg) CoreIdRfidProtocol.getCheckSum(AbstractMRReply msg) CoreIdRfidProtocol.getTag(AbstractMRReply msg) booleanCoreIdRfidProtocol.isCheckSumValid(AbstractMRReply msg) booleanCoreIdRfidProtocol.isValid(AbstractMRReply msg) CoreIdRfidProtocol.toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.em18
Methods in jmri.jmrix.rfid.protocol.em18 with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionbooleanEm18RfidProtocol.endOfMessage(AbstractMRReply msg) Em18RfidProtocol.getCheckSum(AbstractMRReply msg) Em18RfidProtocol.getTag(AbstractMRReply msg) booleanEm18RfidProtocol.isCheckSumValid(AbstractMRReply msg) booleanEm18RfidProtocol.isValid(AbstractMRReply msg) Em18RfidProtocol.toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.olimex
Methods in jmri.jmrix.rfid.protocol.olimex with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionbooleanOlimexRfid1356mifareProtocol.endOfMessage(AbstractMRReply msg) booleanOlimexRfidProtocol.endOfMessage(AbstractMRReply msg) OlimexRfid1356mifareProtocol.getCheckSum(AbstractMRReply msg) OlimexRfidProtocol.getCheckSum(AbstractMRReply msg) OlimexRfid1356mifareProtocol.getTag(AbstractMRReply msg) OlimexRfidProtocol.getTag(AbstractMRReply msg) booleanOlimexRfid1356mifareProtocol.isValid(AbstractMRReply msg) booleanOlimexRfidProtocol.isValid(AbstractMRReply msg) OlimexRfid1356mifareProtocol.toMonitorString(AbstractMRReply msg) OlimexRfidProtocol.toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.parallax
Methods in jmri.jmrix.rfid.protocol.parallax with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionbooleanParallaxRfidProtocol.endOfMessage(AbstractMRReply msg) ParallaxRfidProtocol.getCheckSum(AbstractMRReply msg) ParallaxRfidProtocol.getTag(AbstractMRReply msg) booleanParallaxRfidProtocol.isValid(AbstractMRReply msg) ParallaxRfidProtocol.toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.rfid.protocol.seeedstudio
Methods in jmri.jmrix.rfid.protocol.seeedstudio with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionbooleanSeeedStudioRfidProtocol.endOfMessage(AbstractMRReply msg) SeeedStudioRfidProtocol.getCheckSum(AbstractMRReply msg) SeeedStudioRfidProtocol.getTag(AbstractMRReply msg) booleanSeeedStudioRfidProtocol.isCheckSumValid(AbstractMRReply msg) booleanSeeedStudioRfidProtocol.isValid(AbstractMRReply msg) SeeedStudioRfidProtocol.toMonitorString(AbstractMRReply msg) -
Uses of AbstractMRReply in jmri.jmrix.roco.z21
Subclasses of AbstractMRReply in jmri.jmrix.roco.z21Modifier and TypeClassDescriptionclassClass for replies in the z21/Z21 protocol.classRepresents a single response from the XpressNet, with extensions from Roco for the Z21.Methods in jmri.jmrix.roco.z21 with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.secsiModifier and TypeClassDescriptionclassContains the data payload of a serial reply packet.Methods in jmri.jmrix.secsi that return AbstractMRReplyMethods in jmri.jmrix.secsi with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSerialTrafficController.endOfMessage(AbstractMRReply msg) protected voidSerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.sprog
Subclasses of AbstractMRReply in jmri.jmrix.sprog -
Uses of AbstractMRReply in jmri.jmrix.srcp
Subclasses of AbstractMRReply in jmri.jmrix.srcpMethods in jmri.jmrix.srcp that return AbstractMRReplyMethods in jmri.jmrix.srcp with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.tamsMethods in jmri.jmrix.tams with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected 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.tmccModifier and TypeClassDescriptionclassContains the data payload of a TMCC serial reply packet.Methods in jmri.jmrix.tmcc that return AbstractMRReplyMethods in jmri.jmrix.tmcc with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected booleanSerialTrafficController.endOfMessage(AbstractMRReply msg) protected voidSerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m) Forward a SerialReply to all registered SerialInterface listeners.protected voidSerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream) -
Uses of AbstractMRReply in jmri.jmrix.ztc.ztc611
Methods in jmri.jmrix.ztc.ztc611 with parameters of type AbstractMRReplyModifier and TypeMethodDescriptionprotected voidZTC611XNetPacketizer.loadChars(AbstractMRReply msg, DataInputStream istream) Get characters from the input source, and file a message.