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

java.lang.Object
  extended by edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
      extended by edu.uiuc.cs.seclab.modem.xbee.XBeeParamCmd
          extended by edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd
              extended by edu.uiuc.cs.seclab.modem.xbee.XBeeByteParamCmd
                  extended by edu.uiuc.cs.seclab.modem.xbee.XBeeBoolParamCmd
                      extended by edu.uiuc.cs.seclab.modem.xbee.cmd.XBeeEncEnableCmd
All Implemented Interfaces:
java.lang.Cloneable

public class XBeeEncEnableCmd
extends XBeeBoolParamCmd

ATEE - Enable AES encryption


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd
XBeeNumParamCmd.Representation
 
Nested classes/interfaces inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
XBeeAtCmd.Mode
 
Field Summary
static java.lang.String CMD
           
protected  boolean enabled
           
 
Fields inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd
HEX_CHARS_PER_BYTE, PT_RADIX
 
Constructor Summary
XBeeEncEnableCmd()
           
 
Method Summary
 java.lang.String getAtCmd()
          Get the two-character AT code associated with this command.
protected  byte getSetterVal()
           
 java.lang.String getShortDesc()
          Return a short (one-line) description for command suitable for display in parameter table.
 void localSetVal(boolean bool)
           
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeBoolParamCmd
getMaxVal, getMinVal, localSetVal, setBool
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeByteParamCmd
getApiParamLength, getRawSetterParams, localSetVal, marshalApiSetterParams, marshalPtSetterParams, unmarshalApiGetterParams, unmarshalPtGetterParams
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd
getDefVal, getRepresentation, marshalApiSetterParams, setVal
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeParamCmd
clone, convertApiResponse, getApiParams, isReadOnly, parmEq, unmarshalRespParams
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
getPktImpl, processResp
 
Methods inherited from class java.lang.Object
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

enabled

protected boolean enabled
Constructor Detail

XBeeEncEnableCmd

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

getSetterVal

protected byte getSetterVal()
Specified by:
getSetterVal in class XBeeByteParamCmd

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

localSetVal

public void localSetVal(boolean bool)
Specified by:
localSetVal in class XBeeBoolParamCmd