NLDE-DATA.confirm params. More...
#include "zigbee-nwk.h"
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. | |
NLDE-DATA.confirm params.
See Zigbee Specification 3.2.1.2
Definition at line 290 of file zigbee-nwk.h.
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().
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().
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().