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"
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. | |
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.
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().
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().
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().