edu.uiuc.cs.seclab.modem.xbee.cmd
Class XBeeChScanCmd
java.lang.Object
edu.uiuc.cs.seclab.modem.xbee.XBeeAtCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeParamCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeNumParamCmd
edu.uiuc.cs.seclab.modem.xbee.XBeeShortParamCmd
edu.uiuc.cs.seclab.modem.xbee.cmd.XBeeChScanCmd
- All Implemented Interfaces:
- java.lang.Cloneable
public class XBeeChScanCmd
- extends XBeeShortParamCmd
ATSC - Set the list of channels used during active scans and energy scans.
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CH11
public static final short CH11
- See Also:
- Constant Field Values
CH12
public static final short CH12
- See Also:
- Constant Field Values
CH13
public static final short CH13
- See Also:
- Constant Field Values
CH14
public static final short CH14
- See Also:
- Constant Field Values
CH15
public static final short CH15
- See Also:
- Constant Field Values
CH16
public static final short CH16
- See Also:
- Constant Field Values
CH17
public static final short CH17
- See Also:
- Constant Field Values
CH18
public static final short CH18
- See Also:
- Constant Field Values
CH19
public static final short CH19
- See Also:
- Constant Field Values
CH20
public static final short CH20
- See Also:
- Constant Field Values
CH21
public static final short CH21
- See Also:
- Constant Field Values
CH22
public static final short CH22
- See Also:
- Constant Field Values
CH23
public static final short CH23
- See Also:
- Constant Field Values
CH24
public static final short CH24
- See Also:
- Constant Field Values
CH25
public static final short CH25
- See Also:
- Constant Field Values
CH26
public static final short CH26
- See Also:
- Constant Field Values
channels
protected short channels
CMD
public static final java.lang.String CMD
- See Also:
- Constant Field Values
XBeeChScanCmd
public XBeeChScanCmd()
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
getMinVal
public int getMinVal()
- Description copied from class:
XBeeNumParamCmd
- Return the minimum value supported by parameter
- Overrides:
getMinVal in class XBeeShortParamCmd
getRepresentation
public XBeeNumParamCmd.Representation getRepresentation()
- Overrides:
getRepresentation in class XBeeNumParamCmd
getSetterVal
protected short getSetterVal()
- Specified by:
getSetterVal in class XBeeShortParamCmd
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(short s)
throws ModemException
- Specified by:
localSetVal in class XBeeShortParamCmd
- Throws:
ModemException