sidnet.stack.std.mac.ieee802_15_4
Class Trace

java.lang.Object
  extended by sidnet.stack.std.mac.ieee802_15_4.Trace

public class Trace
extends java.lang.Object


Field Summary
static byte MAC_Subtype_Command_AssoReq
           
static byte MAC_Subtype_Command_AssoRsp
           
static byte MAC_Subtype_Command_BconReq
           
static byte MAC_Subtype_Command_CoorRea
           
static byte MAC_Subtype_Command_DAssNtf
           
static byte MAC_Subtype_Command_DataReq
           
static byte MAC_Subtype_Command_GTSReq
           
static byte MAC_Subtype_Command_OrphNtf
           
static byte MAC_Subtype_Command_PIDCNtf
           
 
Constructor Summary
Trace()
           
 
Method Summary
static int p802_15_4hdr_dst(char[] hdrc, int dst)
           
static int p802_15_4hdr_src(char[] hdrc, int src)
           
static int p802_15_4hdr_type(char[] hdrc, int type)
           
static int p802_15_4hdr_type(MacMessage_802_15_4 p)
           
static void p802_15_4hdrACK(MacMessage_802_15_4 p)
           
static void p802_15_4hdrBeacon(MacMessage_802_15_4 p)
           
static void p802_15_4hdrCommand(MacMessage_802_15_4 p, short type)
           
static void p802_15_4hdrDATA(MacMessage_802_15_4 p)
           
static int p802_15_4macDA(MacMessage_802_15_4 p)
           
static int p802_15_4macSA(MacMessage_802_15_4 p)
           
static Packet_t wpan_pName(MacMessage_802_15_4 p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAC_Subtype_Command_AssoReq

public static final byte MAC_Subtype_Command_AssoReq
See Also:
Constant Field Values

MAC_Subtype_Command_AssoRsp

public static final byte MAC_Subtype_Command_AssoRsp
See Also:
Constant Field Values

MAC_Subtype_Command_DAssNtf

public static final byte MAC_Subtype_Command_DAssNtf
See Also:
Constant Field Values

MAC_Subtype_Command_DataReq

public static final byte MAC_Subtype_Command_DataReq
See Also:
Constant Field Values

MAC_Subtype_Command_PIDCNtf

public static final byte MAC_Subtype_Command_PIDCNtf
See Also:
Constant Field Values

MAC_Subtype_Command_OrphNtf

public static final byte MAC_Subtype_Command_OrphNtf
See Also:
Constant Field Values

MAC_Subtype_Command_BconReq

public static final byte MAC_Subtype_Command_BconReq
See Also:
Constant Field Values

MAC_Subtype_Command_CoorRea

public static final byte MAC_Subtype_Command_CoorRea
See Also:
Constant Field Values

MAC_Subtype_Command_GTSReq

public static final byte MAC_Subtype_Command_GTSReq
See Also:
Constant Field Values
Constructor Detail

Trace

public Trace()
Method Detail

p802_15_4macSA

public static int p802_15_4macSA(MacMessage_802_15_4 p)

p802_15_4macDA

public static int p802_15_4macDA(MacMessage_802_15_4 p)

p802_15_4hdr_type

public static int p802_15_4hdr_type(MacMessage_802_15_4 p)

p802_15_4hdr_dst

public static int p802_15_4hdr_dst(char[] hdrc,
                                   int dst)

p802_15_4hdr_src

public static int p802_15_4hdr_src(char[] hdrc,
                                   int src)

p802_15_4hdr_type

public static int p802_15_4hdr_type(char[] hdrc,
                                    int type)

p802_15_4hdrDATA

public static void p802_15_4hdrDATA(MacMessage_802_15_4 p)

p802_15_4hdrACK

public static void p802_15_4hdrACK(MacMessage_802_15_4 p)

p802_15_4hdrBeacon

public static void p802_15_4hdrBeacon(MacMessage_802_15_4 p)

p802_15_4hdrCommand

public static void p802_15_4hdrCommand(MacMessage_802_15_4 p,
                                       short type)

wpan_pName

public static Packet_t wpan_pName(MacMessage_802_15_4 p)