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

Zigbee Specification r22.1.0, Section 2.2.4.5.2 and 2.2.4.5.4 APSME-ADD-GROUP.confirm and APSME-REMOVE-GROUP.confirm params. More...

#include "zigbee-aps.h"

+ Collaboration diagram for ns3::zigbee::ApsmeGroupConfirmParams:

Public Attributes

uint8_t m_endPoint {1}
 The endpoint to which the given group is being added.
 
Mac16Address m_groupAddress
 The group address being added.
 
ApsStatus m_status {ApsStatus::INVALID_PARAMETER}
 The status of the add group request.
 

Detailed Description

Zigbee Specification r22.1.0, Section 2.2.4.5.2 and 2.2.4.5.4 APSME-ADD-GROUP.confirm and APSME-REMOVE-GROUP.confirm params.

Definition at line 244 of file zigbee-aps.h.

Member Data Documentation

◆ m_endPoint

uint8_t ns3::zigbee::ApsmeGroupConfirmParams::m_endPoint {1}

The endpoint to which the given group is being added.

Definition at line 248 of file zigbee-aps.h.

Referenced by ns3::zigbee::ZigbeeAps::ApsmeAddGroupRequest(), and ns3::zigbee::ZigbeeAps::ApsmeRemoveGroupRequest().

◆ m_groupAddress

Mac16Address ns3::zigbee::ApsmeGroupConfirmParams::m_groupAddress

The group address being added.

Definition at line 247 of file zigbee-aps.h.

Referenced by ns3::zigbee::ZigbeeAps::ApsmeAddGroupRequest(), and ns3::zigbee::ZigbeeAps::ApsmeRemoveGroupRequest().

◆ m_status

ApsStatus ns3::zigbee::ApsmeGroupConfirmParams::m_status {ApsStatus::INVALID_PARAMETER}

The status of the add group request.

Definition at line 246 of file zigbee-aps.h.

Referenced by ns3::zigbee::ZigbeeAps::ApsmeAddGroupRequest(), and ns3::zigbee::ZigbeeAps::ApsmeRemoveGroupRequest().


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