edu.uiuc.cs.seclab.modem.xbee
Class XBee64Address
java.lang.Object
edu.uiuc.cs.seclab.modem.xbee.XBeeAddress
edu.uiuc.cs.seclab.modem.xbee.XBee64Address
- All Implemented Interfaces:
- java.lang.Comparable<XBeeAddress>
public class XBee64Address
- extends XBeeAddress
| 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
ZB_BCAST_ADDR
public static final XBee64Address ZB_BCAST_ADDR
XBee64Address
public XBee64Address(byte[] raw)
XBee64Address
public XBee64Address(byte[] src,
int offset)
XBee64Address
public XBee64Address(XBeeAddress addr)
- Expand an existing address to 64 bits
- Throws:
ModemException
expandRaw
private static final byte[] expandRaw(byte[] orig)
getAddrLen
public int getAddrLen()
- Specified by:
getAddrLen in class XBeeAddress