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

Zigbee Specification r22.1.0, Section 2.2.4.1.2 APSDE-DATA.confirm params. More...

#include "zigbee-aps.h"

+ Collaboration diagram for ns3::zigbee::ApsdeDataConfirmParams:

Public Attributes

Mac16Address m_dstAddr16
 The destination 16-bit address.
 
Mac64Address m_dstAddr64
 The destination IEEE address (64-bit address).
 
ApsDstAddressMode m_dstAddrMode
 Destination address mode.
 
uint8_t m_dstEndPoint {0}
 The destination endpoint.
 
uint8_t m_srcEndPoint {0}
 The source endpoint.
 
ApsStatus m_status {ApsStatus::UNSUPPORTED_ATTRIBUTE}
 The confirmation status.
 
Time m_txTime
 The transmission timestamp.
 

Detailed Description

Zigbee Specification r22.1.0, Section 2.2.4.1.2 APSDE-DATA.confirm params.

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

Member Data Documentation

◆ m_dstAddr16

Mac16Address ns3::zigbee::ApsdeDataConfirmParams::m_dstAddr16

◆ m_dstAddr64

Mac64Address ns3::zigbee::ApsdeDataConfirmParams::m_dstAddr64

The destination IEEE address (64-bit address).

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

Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().

◆ m_dstAddrMode

ApsDstAddressMode ns3::zigbee::ApsdeDataConfirmParams::m_dstAddrMode
Initial value:
{
@ DST_ADDR_AND_DST_ENDPOINT_NOT_PRESENT
Destination address and destination endpoint not present.

Destination address mode.

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

Referenced by ns3::zigbee::ZigbeeAps::ApsdeDataRequest(), ns3::zigbee::ZigbeeAps::SendDataUcstBcst(), and ns3::zigbee::ZigbeeAps::SendDataWithBindingTable().

◆ m_dstEndPoint

uint8_t ns3::zigbee::ApsdeDataConfirmParams::m_dstEndPoint {0}

◆ m_srcEndPoint

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

◆ m_status

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

◆ m_txTime

Time ns3::zigbee::ApsdeDataConfirmParams::m_txTime

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