edu.uiuc.cs.seclab.modem.xbee
Class XBee16Address
java.lang.Object
edu.uiuc.cs.seclab.modem.xbee.XBeeAddress
edu.uiuc.cs.seclab.modem.xbee.XBee16Address
- All Implemented Interfaces:
- java.lang.Comparable<XBeeAddress>
public class XBee16Address
- extends XBeeAddress
16-bit XBee address
| Fields inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAddress |
raw |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ADDR_LEN
public static final int ADDR_LEN
- See Also:
- Constant Field Values
BCAST
public static final XBee16Address BCAST
ZB_BCAST_UNKNOWN
public static final XBee16Address ZB_BCAST_UNKNOWN
XBee16Address
public XBee16Address(byte[] raw_)
XBee16Address
public XBee16Address(byte[] src,
int offset)
XBee16Address
public XBee16Address(short s)
getAddrLen
public int getAddrLen()
- Specified by:
getAddrLen in class XBeeAddress