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

Zigbee Specification r22.1.0, Sections 2.2.4.3.2 and 2.2.4.3.4 APSME-BIND.confirm and APSME-UNBIND.confirm params. More...

#include "zigbee-aps.h"

+ Collaboration diagram for ns3::zigbee::ApsmeBindConfirmParams:

Public Attributes

uint16_t m_clusterId {0}
 The application cluster ID.
 
Mac16Address m_dstAddr16
 The destination 16-bit address.
 
Mac64Address m_dstAddr64
 The destination 64-bit address.
 
ApsDstAddressModeBind m_dstAddrMode
 Destination address mode.
 
uint8_t m_dstEndPoint {0xF0}
 The application destination endpoint.
 
Mac64Address m_srcAddr
 The application source address.
 
uint8_t m_srcEndPoint {0}
 The application source endpoint.
 
ApsStatus m_status {ApsStatus::UNSUPPORTED_ATTRIBUTE}
 The status of the bind request.
 

Detailed Description

Zigbee Specification r22.1.0, Sections 2.2.4.3.2 and 2.2.4.3.4 APSME-BIND.confirm and APSME-UNBIND.confirm params.

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

Member Data Documentation

◆ m_clusterId

uint16_t ns3::zigbee::ApsmeBindConfirmParams::m_clusterId {0}

The application cluster ID.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_dstAddr16

Mac16Address ns3::zigbee::ApsmeBindConfirmParams::m_dstAddr16

The destination 16-bit address.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_dstAddr64

Mac64Address ns3::zigbee::ApsmeBindConfirmParams::m_dstAddr64

The destination 64-bit address.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_dstAddrMode

ApsDstAddressModeBind ns3::zigbee::ApsmeBindConfirmParams::m_dstAddrMode
Initial value:

Destination address mode.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_dstEndPoint

uint8_t ns3::zigbee::ApsmeBindConfirmParams::m_dstEndPoint {0xF0}

The application destination endpoint.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_srcAddr

Mac64Address ns3::zigbee::ApsmeBindConfirmParams::m_srcAddr

The application source address.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_srcEndPoint

uint8_t ns3::zigbee::ApsmeBindConfirmParams::m_srcEndPoint {0}

The application source endpoint.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().

◆ m_status

ApsStatus ns3::zigbee::ApsmeBindConfirmParams::m_status {ApsStatus::UNSUPPORTED_ATTRIBUTE}

The status of the bind request.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsmeBindRequest().


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