Zigbee Specification r22.1.0, Section 2.2.4.5.6 APSME-REMOVE-ALL-GROUPS.request params. More...
#include "zigbee-aps.h"
Public Attributes | |
uint8_t | m_endPoint {1} |
The endpoint from which all groups are being removed. | |
ApsStatus | m_status |
The status of the remove all groups request. | |
Zigbee Specification r22.1.0, Section 2.2.4.5.6 APSME-REMOVE-ALL-GROUPS.request params.
Definition at line 257 of file zigbee-aps.h.
uint8_t ns3::zigbee::ApsmeRemoveAllGroupsConfirmParams::m_endPoint {1} |
The endpoint from which all groups are being removed.
Definition at line 261 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsmeRemoveAllGroupsRequest().
ApsStatus ns3::zigbee::ApsmeRemoveAllGroupsConfirmParams::m_status |
The status of the remove all groups request.
Definition at line 259 of file zigbee-aps.h.
Referenced by ns3::zigbee::ZigbeeAps::ApsmeRemoveAllGroupsRequest().