sidnet.stack.std.mac.ieee802_15_4
Class PHY_PIB

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

public class PHY_PIB
extends java.lang.Object


Field Summary
 byte phyCCAMode
           
 int phyChannelsSupported
           
 byte phyCurrentChannel
           
 byte phyTransmitPower
           
 
Constructor Summary
PHY_PIB()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phyCurrentChannel

public byte phyCurrentChannel

phyChannelsSupported

public int phyChannelsSupported

phyTransmitPower

public byte phyTransmitPower

phyCCAMode

public byte phyCCAMode
Constructor Detail

PHY_PIB

public PHY_PIB()