edu.uiuc.cs.seclab.modem.xbee
Class XBeeTxStatPacketImpl
java.lang.Object
edu.uiuc.cs.seclab.modem.xbee.XBeeApiPacketImpl
edu.uiuc.cs.seclab.modem.xbee.XBeeOutPktImpl
edu.uiuc.cs.seclab.modem.xbee.XBeeTxStatPktImpl
edu.uiuc.cs.seclab.modem.xbee.XBeeTxStatPacketImpl
public class XBeeTxStatPacketImpl
- extends XBeeTxStatPktImpl
802.15.4 transmission status packet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CMD_ID
public static final byte CMD_ID
- See Also:
- Constant Field Values
stat
protected XBeeTxStatPacketImpl.Status stat
XBeeTxStatPacketImpl
public XBeeTxStatPacketImpl()
XBeeTxStatPacketImpl
public XBeeTxStatPacketImpl(byte frameId_,
XBeeTxStatPacketImpl.Status stat_)
acceptVisitor
public void acceptVisitor(XBeeApiPacketVisitor visitor)
- Specified by:
acceptVisitor in class XBeeApiPacketImpl
getCmdId
public byte getCmdId()
- Specified by:
getCmdId in class XBeeApiPacketImpl
getStat
public XBeeTxStatPacketImpl.Status getStat()
isSuccessful
public boolean isSuccessful()
- Description copied from class:
XBeeTxStatPktImpl
- Return true if status indicates delivery success
- Specified by:
isSuccessful in class XBeeTxStatPktImpl
- Returns:
localGetData
public void localGetData(java.lang.StringBuilder sb)
- Description copied from class:
XBeeApiPacketImpl
- Produce a data blob for the inner part of an API packet
- Specified by:
localGetData in class XBeeApiPacketImpl
parse
public void parse(byte cmdId,
byte[] bytes,
int offset,
int len)
throws ModemException
- Description copied from class:
XBeeApiPacketImpl
- Parse the inner part of an API packet
- Specified by:
parse in class XBeeApiPacketImpl
- Throws:
ModemException
toString
public java.lang.String toString()
- Overrides:
toString in class XBeeApiPacketImpl