Package jmri.jmrix.cmri.serial
Class SerialReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.cmri.serial.SerialReply
- All Implemented Interfaces:
Message
Contains the data payload of a CMRI serial reply packet. Note that _only_ the
payload, not the header or trailer, nor the padding DLE characters are
included. But it does include addressing characters, etc.
-
Field Summary
Fields inherited from class jmri.jmrix.AbstractMRReply
DEFAULTMAXSIZEFields inherited from class jmri.jmrix.AbstractMessage
_dataChars, _nDataChars -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jmri.jmrix.AbstractMRReply
flush, getOpCode, isBinary, isRetransmittableErrorMsg, isUnsolicited, match, maxSize, pollValue, setBinary, setElement, setOpCode, setUnsolicited, skipWhiteSpace, valueMethods inherited from class jmri.jmrix.AbstractMessage
equals, getElement, getNumDataElements, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jmri.jmrix.Message
toMonitorString
-
Constructor Details
-
SerialReply
public SerialReply() -
SerialReply
-
SerialReply
-
-
Method Details
-
toString
Description copied from interface:Message- Specified by:
toStringin interfaceMessage- Overrides:
toStringin classAbstractMRReply
-
isRcv
-
getUA
-
isEOT
-
isQUERY
-
isDGREAD
-
isDGWRITE
-
isDGACK
-
isDGNAK
-
skipPrefix
- Specified by:
skipPrefixin classAbstractMRReply
-