A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
zigbee-nwk-header.h File Reference
#include "ns3/header.h"
#include "ns3/mac16-address.h"
#include "ns3/mac64-address.h"
+ Include dependency graph for zigbee-nwk-header.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::zigbee::ZigbeeNwkHeader
 Represent the NWK Header with the Frame Control and Routing fields Zigbee Specification r22.1.0, General NPDU Frame Format (Section 3.3.1) More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
namespace  ns3::zigbee
 

Enumerations

enum  ns3::zigbee::DiscoverRouteType { ns3::zigbee::SUPPRESS_ROUTE_DISCOVERY = 0x00 , ns3::zigbee::ENABLE_ROUTE_DISCOVERY = 0x01 }
 Zigbee Specification r22.1.0, Values of the discover route sub-field (Table 3-47) More...
 
enum  ns3::zigbee::MulticastMode { ns3::zigbee::NONMEMBER = 0 , ns3::zigbee::MEMBER = 1 }
 Zigbee Specification r22.1.0, Multicast Mode Sub-Field (Table 3-7) More...
 
enum  ns3::zigbee::NwkType { ns3::zigbee::DATA = 0 , ns3::zigbee::NWK_COMMAND = 1 , ns3::zigbee::INTER_PAN = 3 }
 Zigbee Specification r22.1.0, Values of the frame Type Sub-field (Table 3-46) More...