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

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.XBee2RestoreDefaultsCmd

public class XBee2RestoreDefaultsCmd
extends XBeeSpecialCmd

ATRE - Restore the node's default settings


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
XBee2RestoreDefaultsCmd()
           
 
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

XBee2RestoreDefaultsCmd

public XBee2RestoreDefaultsCmd()
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