Package jmri.jmrix.acela
Class AcelaReply
- java.lang.Object
-
- jmri.jmrix.AbstractMessage
-
- jmri.jmrix.AbstractMRReply
-
- jmri.jmrix.acela.AcelaReply
-
- All Implemented Interfaces:
Message
public class AcelaReply extends AbstractMRReply
Contains the data payload of an Acela reply packet
-
-
Field Summary
-
Fields inherited from class jmri.jmrix.AbstractMRReply
DEFAULTMAXSIZE
-
Fields inherited from class jmri.jmrix.AbstractMessage
_dataChars, _nDataChars
-
-
Constructor Summary
Constructors Constructor Description AcelaReply()
AcelaReply(java.lang.String s)
AcelaReply(AcelaReply l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
skipPrefix(int index)
-
Methods inherited from class jmri.jmrix.AbstractMRReply
flush, getOpCode, isBinary, isRetransmittableErrorMsg, isUnsolicited, match, maxSize, pollValue, setBinary, setElement, setOpCode, setUnsolicited, skipWhiteSpace, toString, value
-
Methods inherited from class jmri.jmrix.AbstractMessage
equals, getElement, getNumDataElements, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jmri.jmrix.Message
toMonitorString
-
-
-
-
Constructor Detail
-
AcelaReply
public AcelaReply()
-
AcelaReply
public AcelaReply(java.lang.String s)
-
AcelaReply
public AcelaReply(AcelaReply l)
-
-
Method Detail
-
skipPrefix
protected int skipPrefix(int index)
- Specified by:
skipPrefix
in classAbstractMRReply
-
-