sidnet.stack.std.mac.ieee802_15_4
Class Field

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

public class Field
extends java.lang.Object


Field Summary
static char defFrmCtrl_AddrMode16
           
static char defFrmCtrl_AddrMode64
           
static char defFrmCtrl_AddrModeNone
           
 
Constructor Summary
Field()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defFrmCtrl_AddrModeNone

public static final char defFrmCtrl_AddrModeNone
See Also:
Constant Field Values

defFrmCtrl_AddrMode16

public static final char defFrmCtrl_AddrMode16
See Also:
Constant Field Values

defFrmCtrl_AddrMode64

public static final char defFrmCtrl_AddrMode64
See Also:
Constant Field Values
Constructor Detail

Field

public Field()