Package jmri.jmrix.rfid
Class RfidReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.rfid.RfidReply
- All Implemented Interfaces:
Message
- Direct Known Subclasses:
ConcentratorReply,StandaloneReply
Contains the data payload of a serial reply packet. Note that it's _only_ the
payload.
- Since:
- 2.11.4
-
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, 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
-
RfidReply
-
RfidReply
-
RfidReply
-
-
Method Details
-
skipPrefix
- Specified by:
skipPrefixin classAbstractMRReply
-