sidnet.stack.std.mac.ieee802_15_4
Class PAN_ELE

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

public class PAN_ELE
extends java.lang.Object


Field Summary
 byte ACLEntry
           
 int clusTreeDepth
           
 int CoordAddress_16
           
 int CoordAddress_64
           
 byte CoordAddrMode
           
 int CoordPANId
           
 boolean GTSPermit
           
 byte LinkQuality
           
 byte LogicalChannel
           
 boolean SecurityFailure
           
 boolean SecurityUse
           
 int SuperframeSpec
           
 long TimeStamp
           
 
Constructor Summary
PAN_ELE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CoordAddrMode

public byte CoordAddrMode

CoordPANId

public int CoordPANId

CoordAddress_16

public int CoordAddress_16

CoordAddress_64

public int CoordAddress_64

LogicalChannel

public byte LogicalChannel

SuperframeSpec

public int SuperframeSpec

GTSPermit

public boolean GTSPermit

LinkQuality

public byte LinkQuality

TimeStamp

public long TimeStamp

SecurityUse

public boolean SecurityUse

ACLEntry

public byte ACLEntry

SecurityFailure

public boolean SecurityFailure

clusTreeDepth

public int clusTreeDepth
Constructor Detail

PAN_ELE

public PAN_ELE()