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

A group of pending parameters arranged into a structure during the execution of a NLME-NETWORK-FORMATION.request primitive. More...

#include "zigbee-nwk.h"

+ Inheritance diagram for ns3::zigbee::NetFormPendingParamsGen:
+ Collaboration diagram for ns3::zigbee::NetFormPendingParamsGen:

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

- Public Member Functions inherited from ns3::SimpleRefCount< NetFormPendingParamsGen >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Detailed Description

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.

Member Data Documentation

◆ channel

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.

◆ page

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.

◆ panId

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.


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