Package jmri.jmrix.bachrus
Class SpeedoReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.bachrus.SpeedoReply
- All Implemented Interfaces:
Message
Carries the reply to an SprogMessage
The format of a KPF-Zeller message is
*0000;V3.0%\n
but because we terminate on ";", it comes across as
V3.0%\n*0000;-
Field Summary
FieldsFields 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, 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
-
maxSize
- See Also:
-
-
Constructor Details
-
SpeedoReply
public SpeedoReply() -
SpeedoReply
-
SpeedoReply
-
-
Method Details
-
getCount
-
getSeries
Series numbers define the actual hardware, i.e. wheel circumference.- 0
- none, ignore
- 4
- Reader 40
- 5
- Reader 50
- 6
- Reader 60
- 103
- KPR-Zeller
- 200
- drM SPC200R
- Returns:
- type code for specific reply content
-
match
- Overrides:
matchin classAbstractMRReply
-
maxSize
- Overrides:
maxSizein classAbstractMRReply
-
skipPrefix
skipPrefix is not used at this point in time, but is defined as abstract in AbstractMRReply- Specified by:
skipPrefixin classAbstractMRReply
-