Package jmri.jmrix.tams
Class TamsReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.tams.TamsReply
- All Implemented Interfaces:
Message
Carries the reply to a TamsMessage
Based on work by Bob Jacobsen and Kevin Dickerson
-
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 TypeMethodDescriptionintmaxSize()voidsetSource(TamsMessage source) protected intskipPrefix(int index) intvalue()Methods inherited from class jmri.jmrix.AbstractMRReply
flush, getOpCode, isBinary, isRetransmittableErrorMsg, isUnsolicited, match, pollValue, setBinary, setElement, setOpCode, setUnsolicited, skipWhiteSpace, toStringMethods 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
-
TamsReply
public TamsReply() -
TamsReply
-
-
Method Details
-
getSource
-
setSource
-
maxSize
- Overrides:
maxSizein classAbstractMRReply
-
skipPrefix
- Specified by:
skipPrefixin classAbstractMRReply
-
value
- Overrides:
valuein classAbstractMRReply
-