NLME-NETWORK-DISCOVERY.confirm params. More...
#include "zigbee-nwk.h"
Public Attributes | |
| std::vector< NetworkDescriptor > | m_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. | |
NLME-NETWORK-DISCOVERY.confirm params.
See Zigbee Specification r22.1.0, 3.2.2.4
Definition at line 501 of file zigbee-nwk.h.
| std::vector<NetworkDescriptor> ns3::zigbee::NlmeNetworkDiscoveryConfirmParams::m_netDescList |
A list of descriptors, one for each of the networks discovered.
Definition at line 506 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeScanConfirm().
| uint8_t ns3::zigbee::NlmeNetworkDiscoveryConfirmParams::m_networkCount {0} |
Gives the number of networks discovered by the search.
Definition at line 505 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeScanConfirm().
| NwkStatus ns3::zigbee::NlmeNetworkDiscoveryConfirmParams::m_status {NwkStatus::INVALID_PARAMETER} |
The status of the corresponding request.
Definition at line 503 of file zigbee-nwk.h.
Referenced by ns3::zigbee::ZigbeeNwk::MlmeScanConfirm().