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

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

public class XBeeAssocIndCmd
extends XBeeSpecialCmd


Nested Class Summary
static class XBeeAssocIndCmd.Indication
           
 
Nested classes/interfaces inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
XBeeAtCmd.Mode
 
Field Summary
static java.lang.String CMD
           
protected  XBeeAssocIndCmd.Indication ind
           
 
Constructor Summary
XBeeAssocIndCmd()
           
 
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.
 boolean isReadOnly()
           
 
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

ind

protected XBeeAssocIndCmd.Indication ind
Constructor Detail

XBeeAssocIndCmd

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

isReadOnly

public boolean isReadOnly()