NLME-NETWORK-FORMATION.request params. More...
#include "zigbee-nwk.h"
Public Member Functions | |
| NlmeNetworkFormationRequestParams () | |
Public Attributes | |
| bool | m_batteryLifeExtension |
| True: The zigbee coordinator is started supporting battery extension mode. | |
| uint8_t | m_beaconOrder |
| The beacon order. | |
| bool | m_distributedNetwork |
| Indicates that distributed security will be used. | |
| Mac16Address | m_distributedNetworkAddress |
| The address of the device in a distributed network. | |
| ChannelList | m_scanChannelList |
| A structure that contain a description on the pages and their channels to be scanned. | |
| uint8_t | m_scanDuration |
| The time spent of each channel in symbols: aBaseSuperframeDuriantion * (2n+1). | |
| uint8_t | m_superFrameOrder |
| The superframe order. | |
NLME-NETWORK-FORMATION.request params.
See Zigbee Specification 3.2.2.5.1
Definition at line 348 of file zigbee-nwk.h.
|
inline |
Definition at line 363 of file zigbee-nwk.h.
References m_batteryLifeExtension, m_beaconOrder, m_distributedNetwork, m_distributedNetworkAddress, m_scanChannelList, m_scanDuration, and m_superFrameOrder.
| bool ns3::zigbee::NlmeNetworkFormationRequestParams::m_batteryLifeExtension |
True: The zigbee coordinator is started supporting battery extension mode.
Definition at line 357 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams().
| uint8_t ns3::zigbee::NlmeNetworkFormationRequestParams::m_beaconOrder |
The beacon order.
Definition at line 355 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams(), ZigbeeApsDataTestCase::DoRun(), and ZigbeeRreqRetryTestCase::DoRun().
| bool ns3::zigbee::NlmeNetworkFormationRequestParams::m_distributedNetwork |
Indicates that distributed security will be used.
Definition at line 359 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams().
| Mac16Address ns3::zigbee::NlmeNetworkFormationRequestParams::m_distributedNetworkAddress |
The address of the device in a distributed network.
Definition at line 360 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams().
| ChannelList ns3::zigbee::NlmeNetworkFormationRequestParams::m_scanChannelList |
A structure that contain a description on the pages and their channels to be scanned.
Definition at line 350 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams(), ZigbeeApsDataTestCase::DoRun(), and ZigbeeRreqRetryTestCase::DoRun().
| uint8_t ns3::zigbee::NlmeNetworkFormationRequestParams::m_scanDuration |
The time spent of each channel in symbols: aBaseSuperframeDuriantion * (2n+1).
n=0-14
Definition at line 353 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams(), ZigbeeApsDataTestCase::DoRun(), and ZigbeeRreqRetryTestCase::DoRun().
| uint8_t ns3::zigbee::NlmeNetworkFormationRequestParams::m_superFrameOrder |
The superframe order.
Definition at line 356 of file zigbee-nwk.h.
Referenced by NlmeNetworkFormationRequestParams(), ZigbeeApsDataTestCase::DoRun(), and ZigbeeRreqRetryTestCase::DoRun().