Channel List Structure. More...
#include "zigbee-nwk.h"
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_t > | channelsField |
The set of channels for a given page. | |
Channel List Structure.
See Zigbee Specification 3.2.2.2.1
Definition at line 272 of file zigbee-nwk.h.
|
inline |
Definition at line 278 of file zigbee-nwk.h.
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().
std::vector<uint32_t> ns3::zigbee::ChannelList::channelsField |
The set of channels for a given page.
Definition at line 276 of file zigbee-nwk.h.
Referenced by ZigbeeRreqRetryTestCase::DoRun(), ns3::zigbee::ZigbeeNwk::MlmeScanConfirm(), and ns3::zigbee::ZigbeeNwk::NlmeNetworkFormationRequest().