edu.uiuc.cs.seclab.modem.xbee.cmd
Class XBeeDissociateCmd

java.lang.Object
  extended by edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
      extended by edu.uiuc.cs.seclab.modem.xbee.XBeeSpecialCmd
          extended by edu.uiuc.cs.seclab.modem.xbee.cmd.XBeeDissociateCmd

public class XBeeDissociateCmd
extends XBeeSpecialCmd

ATDA - Disassociate


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
XBeeAtCmd.Mode
 
Field Summary
static java.lang.String CMD
           
 
Constructor Summary
XBeeDissociateCmd()
           
 
Method Summary
 java.lang.String getAtCmd()
          Get the two-character AT code associated with this command.
 java.lang.String getShortDesc()
          Return a short (one-line) description for command suitable for display in parameter table.
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeSpecialCmd
getApiParams, unmarshalRespParams
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
getPktImpl, processResp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD

public static final java.lang.String CMD
See Also:
Constant Field Values
Constructor Detail

XBeeDissociateCmd

public XBeeDissociateCmd()
Method Detail

getAtCmd

public java.lang.String getAtCmd()
Description copied from class: XBeeAtCmd
Get the two-character AT code associated with this command.

Specified by:
getAtCmd in class XBeeAtCmd

getShortDesc

public java.lang.String getShortDesc()
Description copied from class: XBeeAtCmd
Return a short (one-line) description for command suitable for display in parameter table.

Specified by:
getShortDesc in class XBeeAtCmd