edu.uiuc.cs.seclab.modem.xbee.cmd
Class XBeeDestAddrCmd
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.XBeeIntParamCmd
edu.uiuc.cs.seclab.modem.xbee.cmd.XBeeDestAddrCmd
- All Implemented Interfaces:
- java.lang.Cloneable
public class XBeeDestAddrCmd
- extends XBeeIntParamCmd
ATDH - Pass-thru mode destination address high
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMD_HIGH
public static final java.lang.String CMD_HIGH
- See Also:
- Constant Field Values
CMD_LOW
public static final java.lang.String CMD_LOW
- See Also:
- Constant Field Values
high
boolean high
longAddr
XBee64Address longAddr
XBeeDestAddrCmd
public XBeeDestAddrCmd(boolean high_)
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
getRepresentation
public XBeeNumParamCmd.Representation getRepresentation()
- Overrides:
getRepresentation in class XBeeNumParamCmd
getSetterVal
protected int getSetterVal()
- Specified by:
getSetterVal in class XBeeIntParamCmd
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
protected void localSetVal(int ii)
throws ModemException
- Specified by:
localSetVal in class XBeeNumParamCmd
- Throws:
ModemException
setAddr
public void setAddr(XBeeAddress addr_,
boolean high_)