Package jmri.jmrix.ieee802154.xbee
Class XBeeReply
java.lang.Object
jmri.jmrix.AbstractMessage
jmri.jmrix.AbstractMRReply
jmri.jmrix.ieee802154.IEEE802154Reply
jmri.jmrix.ieee802154.xbee.XBeeReply
- All Implemented Interfaces:
Message
Contains the data payload of a serial reply packet. Note that it's _only_ the
payload.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) com.digi.xbee.api.packet.XBeePacketFields inherited from class jmri.jmrix.AbstractMRReply
DEFAULTMAXSIZEFields inherited from class jmri.jmrix.AbstractMessage
_dataChars, _nDataChars -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.digi.xbee.api.packet.XBeePacketvoidsetXBeeResponse(com.digi.xbee.api.packet.XBeePacket xbr) toString()Methods inherited from class jmri.jmrix.ieee802154.IEEE802154Reply
checkParity, getDestinationAddress, getDestinationAddressMode, getFrameControl, getLength, getPayload, getSequenceByte, getSourceAddr, getSourceAddressMode, isIntraPanFrame, skipPrefixMethods inherited from class jmri.jmrix.AbstractMRReply
flush, getOpCode, isBinary, isRetransmittableErrorMsg, isUnsolicited, match, maxSize, pollValue, setBinary, setElement, setOpCode, setUnsolicited, skipWhiteSpace, valueMethods inherited from class jmri.jmrix.AbstractMessage
equals, getElement, getNumDataElements, hashCode
-
Field Details
-
xbresponse
com.digi.xbee.api.packet.XBeePacket xbresponse
-
-
Constructor Details
-
XBeeReply
public XBeeReply() -
XBeeReply
-
XBeeReply
-
XBeeReply
-
-
Method Details
-
toMonitorString
- Returns:
- a human-readable representation of the message.
-
toString
Description copied from interface:Message- Specified by:
toStringin interfaceMessage- Overrides:
toStringin classAbstractMRReply
-
getXBeeResponse
-
setXBeeResponse
-