Package jmri.jmrix.powerline
Class SerialReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.powerline.SerialReply
- All Implemented Interfaces:
Message
- Direct Known Subclasses:
SpecificReply,SpecificReply,SpecificReply,SpecificReply,SpecificReply
Contains the data payload of a serial reply packet. Note that it's _only_ the
payload.
-
Field Summary
FieldsFields inherited from class jmri.jmrix.AbstractMRReply
DEFAULTMAXSIZEFields inherited from class jmri.jmrix.AbstractMessage
_dataChars, _nDataChars -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionintgetAddr()Is reply to poll messageprotected 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
-
Field Details
-
tc
-
-
Constructor Details
-
SerialReply
-
SerialReply
-
SerialReply
-
-
Method Details
-
getAddr
Is reply to poll message- Returns:
- value of poll message
-
skipPrefix
- Specified by:
skipPrefixin classAbstractMRReply
-