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

NLDE-DATA.confirm params. More...

#include "zigbee-nwk.h"

+ Collaboration diagram for ns3::zigbee::NldeDataConfirmParams:

Public Attributes

uint8_t m_nsduHandle {0}
 The handle associated with the NSDU being confirmed.
 
NwkStatus m_status {NwkStatus::INVALID_PARAMETER}
 The status of the corresponding request.
 
Time m_txTime {Seconds(0)}
 The time indication for the transmitted packet based on the local clock.
 

Detailed Description

NLDE-DATA.confirm params.

See Zigbee Specification 3.2.1.2

Definition at line 290 of file zigbee-nwk.h.

Member Data Documentation

◆ m_nsduHandle

uint8_t ns3::zigbee::NldeDataConfirmParams::m_nsduHandle {0}

The handle associated with the NSDU being confirmed.

Definition at line 294 of file zigbee-nwk.h.

Referenced by ns3::zigbee::ZigbeeNwk::McpsDataConfirm(), and ns3::zigbee::ZigbeeNwk::NldeDataRequest().

◆ m_status

NwkStatus ns3::zigbee::NldeDataConfirmParams::m_status {NwkStatus::INVALID_PARAMETER}

The status of the corresponding request.

Definition at line 292 of file zigbee-nwk.h.

Referenced by ns3::zigbee::ZigbeeNwk::NldeDataRequest().

◆ m_txTime

Time ns3::zigbee::NldeDataConfirmParams::m_txTime {Seconds(0)}

The time indication for the transmitted packet based on the local clock.

Definition at line 295 of file zigbee-nwk.h.

Referenced by ns3::zigbee::ZigbeeNwk::NldeDataRequest().


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