edu.uiuc.cs.seclab.modem.xbee
Class XBee16Address

java.lang.Object
  extended by edu.uiuc.cs.seclab.modem.xbee.XBeeAddress
      extended by edu.uiuc.cs.seclab.modem.xbee.XBee16Address
All Implemented Interfaces:
java.lang.Comparable<XBeeAddress>

public class XBee16Address
extends XBeeAddress

16-bit XBee address


Field Summary
static int ADDR_LEN
           
static XBee16Address BCAST
           
static XBee16Address ZB_BCAST_UNKNOWN
           
 
Fields inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAddress
raw
 
Constructor Summary
XBee16Address(byte[] raw_)
           
XBee16Address(byte[] src, int offset)
           
XBee16Address(short s)
           
 
Method Summary
 int getAddrLen()
           
 
Methods inherited from class edu.uiuc.cs.seclab.modem.xbee.XBeeAddress
compareTo, equals, getRaw, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

XBee16Address

public XBee16Address(byte[] raw_)

XBee16Address

public XBee16Address(byte[] src,
                     int offset)

XBee16Address

public XBee16Address(short s)
Method Detail

getAddrLen

public int getAddrLen()
Specified by:
getAddrLen in class XBeeAddress