edu.uiuc.cs.seclab.modem.xbee
Class XBeeTxTxn
java.lang.Object
edu.uiuc.cs.seclab.modem.xbee.XBeeTxn
edu.uiuc.cs.seclab.modem.xbee.XBeeTxTxn
public class XBeeTxTxn
- extends XBeeTxn
XBee transmission transaction
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFL_RETRIES
public static final int DEFL_RETRIES
- See Also:
- Constant Field Values
DEFL_TIMEOUT
public static final int DEFL_TIMEOUT
- See Also:
- Constant Field Values
mdm
protected XBeeModem mdm
pkt
protected XBeeTxPacket pkt
retries
protected int retries
successful
protected boolean successful
XBeeTxTxn
public XBeeTxTxn(XBeeTxPacket pkt_)
addResp
public void addResp(XBeeTxStatPktImpl resp)
throws ModemException
- Specified by:
addResp in class XBeeTxn
- Throws:
ModemException
exec
public int exec(XBeeModem mdm_)
throws ModemException
- Description copied from class:
XBeeTxn
- Execute this transaction on the provided modem.
- Specified by:
exec in class XBeeTxn
- Throws:
ModemException
isSuccessful
public boolean isSuccessful()