A group of pending parameters arranged into a structure during the execution of a NLME-NETWORK-FORMATION.request primitive. More...
#include "zigbee-nwk.h"
Public Attributes | |
uint8_t | channel {0} |
The channel selected during the initial steps of a network formation. | |
uint8_t | page {0} |
The page selected during the initial steps of a network formation. | |
uint16_t | panId {0} |
The PAN id selected during the initial steps of a network formation. | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
A group of pending parameters arranged into a structure during the execution of a NLME-NETWORK-FORMATION.request primitive.
Definition at line 380 of file zigbee-nwk.h.
uint8_t ns3::zigbee::NetFormPendingParamsGen::channel {0} |
The channel selected during the initial steps of a network formation.
Definition at line 382 of file zigbee-nwk.h.
uint8_t ns3::zigbee::NetFormPendingParamsGen::page {0} |
The page selected during the initial steps of a network formation.
Definition at line 383 of file zigbee-nwk.h.
uint16_t ns3::zigbee::NetFormPendingParamsGen::panId {0} |
The PAN id selected during the initial steps of a network formation.
Definition at line 384 of file zigbee-nwk.h.