A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::zigbee::ChannelList Struct Reference

Channel List Structure. More...

#include "zigbee-nwk.h"

+ Collaboration diagram for ns3::zigbee::ChannelList:

Public Member Functions

 ChannelList ()
 

Public Attributes

uint8_t channelPageCount
 The number of the channel page structures contained in the channel list structure.
 
std::vector< uint32_tchannelsField
 The set of channels for a given page.
 

Detailed Description

Channel List Structure.

See Zigbee Specification 3.2.2.2.1

Definition at line 272 of file zigbee-nwk.h.

Constructor & Destructor Documentation

◆ ChannelList()

ns3::zigbee::ChannelList::ChannelList ( )
inline

Definition at line 278 of file zigbee-nwk.h.

Member Data Documentation

◆ channelPageCount

uint8_t ns3::zigbee::ChannelList::channelPageCount

The number of the channel page structures contained in the channel list structure.

Definition at line 274 of file zigbee-nwk.h.

Referenced by ZigbeeRreqRetryTestCase::DoRun(), and ns3::zigbee::ZigbeeNwk::NlmeNetworkFormationRequest().

◆ channelsField

std::vector<uint32_t> ns3::zigbee::ChannelList::channelsField

The documentation for this struct was generated from the following file: