Package jmri.jmrix.oaktree
Class SerialReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.oaktree.SerialReply
- All Implemented Interfaces:
Message
Contains the data payload of a serial reply packet. Note that it's _only_ the
payload.
-
Field Summary
Fields inherited from class jmri.jmrix.AbstractMRReply
DEFAULTMAXSIZEFields inherited from class jmri.jmrix.AbstractMessage
_dataChars, _nDataChars -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetAddr()Is reply to poll message.protected intskipPrefix(int index) Methods inherited from class jmri.jmrix.AbstractMRReply
flush, getOpCode, isBinary, isRetransmittableErrorMsg, isUnsolicited, match, maxSize, pollValue, setBinary, setElement, setOpCode, setUnsolicited, skipWhiteSpace, toString, 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
-
getAddr
Is reply to poll message.- Returns:
- element 0.
-
skipPrefix
- Specified by:
skipPrefixin classAbstractMRReply
-