Package jmri.jmrix.powerline.simulator
Class SpecificReply
- java.lang.Object
- 
- jmri.jmrix.AbstractMessage
- 
- jmri.jmrix.AbstractMRReply
- 
- jmri.jmrix.powerline.SerialReply
- 
- jmri.jmrix.powerline.simulator.SpecificReply
 
 
 
 
- 
- All Implemented Interfaces:
- Message
 
 public class SpecificReply extends SerialReply Contains the data payload of a serial reply packet. Note that it's _only_ the payload.
- 
- 
Field Summary- 
Fields inherited from class jmri.jmrix.AbstractMRReplyDEFAULTMAXSIZE
 - 
Fields inherited from class jmri.jmrix.AbstractMessage_dataChars, _nDataChars
 
- 
 - 
Constructor SummaryConstructors Constructor Description SpecificReply(java.lang.String s, SerialTrafficController tc)SpecificReply(SerialTrafficController tc)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoMonitorString()- 
Methods inherited from class jmri.jmrix.powerline.SerialReplygetAddr, skipPrefix
 - 
Methods inherited from class jmri.jmrix.AbstractMRReplyflush, getOpCode, isBinary, isRetransmittableErrorMsg, isUnsolicited, match, maxSize, pollValue, setBinary, setElement, setOpCode, setUnsolicited, skipWhiteSpace, toString, value
 - 
Methods inherited from class jmri.jmrix.AbstractMessageequals, getElement, getNumDataElements, hashCode
 
- 
 
- 
- 
- 
Constructor Detail- 
SpecificReplypublic SpecificReply(SerialTrafficController tc) 
 - 
SpecificReplypublic SpecificReply(java.lang.String s, SerialTrafficController tc) 
 
- 
 - 
Method Detail- 
toMonitorStringpublic java.lang.String toMonitorString() - Returns:
- a human-readable representation of the message.
 
 
- 
 
-