sidnet.stack.std.mac.ieee802_15_4
Class hdr_lrwpan

java.lang.Object
  extended by sidnet.stack.std.mac.ieee802_15_4.hdr_lrwpan
All Implemented Interfaces:
JistAPI.Timeless, Header

public class hdr_lrwpan
extends java.lang.Object
implements Header


Constructor Summary
hdr_lrwpan()
           
 
Method Summary
 hdr_lrwpan copy()
           
 void getBytes(byte[] hdr, int offset)
          Store header into byte array.
 int getSize()
          Return header size or Constants.ZERO_WIRE_SIZE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

hdr_lrwpan

public hdr_lrwpan()
Method Detail

copy

public hdr_lrwpan copy()

getBytes

public void getBytes(byte[] hdr,
                     int offset)
Description copied from interface: Header
Store header into byte array.

Specified by:
getBytes in interface Header
offset - byte array starting offset

getSize

public int getSize()
Description copied from interface: Header
Return header size or Constants.ZERO_WIRE_SIZE.

Specified by:
getSize in interface Header
Returns:
header size [in bytes]