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

NLME-NETWORK-DISCOVERY.confirm params. More...

#include "zigbee-nwk.h"

+ Collaboration diagram for ns3::zigbee::NlmeNetworkDiscoveryConfirmParams:

Public Attributes

std::vector< NetworkDescriptorm_netDescList
 A list of descriptors, one for each of the networks discovered.
 
uint8_t m_networkCount {0}
 Gives the number of networks discovered by the search.
 
NwkStatus m_status {NwkStatus::INVALID_PARAMETER}
 The status of the corresponding request.
 

Detailed Description

NLME-NETWORK-DISCOVERY.confirm params.

See Zigbee Specification r22.1.0, 3.2.2.4

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

Member Data Documentation

◆ m_netDescList

std::vector<NetworkDescriptor> ns3::zigbee::NlmeNetworkDiscoveryConfirmParams::m_netDescList

A list of descriptors, one for each of the networks discovered.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeScanConfirm().

◆ m_networkCount

uint8_t ns3::zigbee::NlmeNetworkDiscoveryConfirmParams::m_networkCount {0}

Gives the number of networks discovered by the search.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeScanConfirm().

◆ m_status

NwkStatus ns3::zigbee::NlmeNetworkDiscoveryConfirmParams::m_status {NwkStatus::INVALID_PARAMETER}

The status of the corresponding request.

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

Referenced by ns3::zigbee::ZigbeeNwk::MlmeScanConfirm().


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