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

NLME-JOIN.indication params. More...

#include "zigbee-nwk.h"

+ Collaboration diagram for ns3::zigbee::NlmeJoinIndicationParams:

Public Attributes

uint8_t m_capabilityInfo
 Specifies the operational capabilities of the joining device.
 
Mac64Address m_extendedAddress
 The EUI-64 bit address of an entity that has been added to the network.
 
Mac16Address m_networkAddress {0xFFFF}
 The 16 bit network address of an entity that has been added to the network.
 
JoiningMethod m_rejoinNetwork
 This parameter indicates the method used to join the network.
 
bool m_secureRejoin {false}
 True if the rejoin was performed in a secure manner.
 

Detailed Description

NLME-JOIN.indication params.

See Zigbee Specification r22.1.0, 3.2.2.14

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

Member Data Documentation

◆ m_capabilityInfo

uint8_t ns3::zigbee::NlmeJoinIndicationParams::m_capabilityInfo

Specifies the operational capabilities of the joining device.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateIndication(), and ns3::zigbee::ZigbeeNwk::MlmeOrphanIndication().

◆ m_extendedAddress

Mac64Address ns3::zigbee::NlmeJoinIndicationParams::m_extendedAddress

The EUI-64 bit address of an entity that has been added to the network.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateIndication(), ns3::zigbee::ZigbeeNwk::MlmeCommStatusIndication(), and ns3::zigbee::ZigbeeNwk::MlmeOrphanIndication().

◆ m_networkAddress

Mac16Address ns3::zigbee::NlmeJoinIndicationParams::m_networkAddress {0xFFFF}

The 16 bit network address of an entity that has been added to the network.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateIndication(), and ns3::zigbee::ZigbeeNwk::MlmeOrphanIndication().

◆ m_rejoinNetwork

JoiningMethod ns3::zigbee::NlmeJoinIndicationParams::m_rejoinNetwork

This parameter indicates the method used to join the network.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeAssociateIndication(), ns3::zigbee::ZigbeeNwk::MlmeCommStatusIndication(), and ns3::zigbee::ZigbeeNwk::MlmeOrphanIndication().

◆ m_secureRejoin

bool ns3::zigbee::NlmeJoinIndicationParams::m_secureRejoin {false}

True if the rejoin was performed in a secure manner.

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


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