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

MLME-COMM-STATUS.indication params. More...

#include "lr-wpan-mac-base.h"

+ Collaboration diagram for ns3::lrwpan::MlmeCommStatusIndicationParams:

Public Attributes

uint8_t m_dstAddrMode {SHORT_ADDR}
 The destination addressing mode for this primitive.
 
Mac64Address m_dstExtAddr
 The extended address of the device for which the frame was intended.
 
Mac16Address m_dstShortAddr
 The short address of the device for which the frame was intended.
 
uint16_t m_panId {0}
 The PAN identifier of the device from which the frame was received or to which the frame was being sent.
 
uint8_t m_srcAddrMode {SHORT_ADDR}
 The source addressing mode for this primitive.
 
Mac64Address m_srcExtAddr
 The extended address of the entity from which the frame causing the error originated.
 
Mac16Address m_srcShortAddr
 The short address of the entity from which the frame causing the error originated.
 
MacStatus m_status {MacStatus::INVALID_PARAMETER}
 The communication status.
 

Detailed Description

MLME-COMM-STATUS.indication params.

See 802.15.4-2011 Section 6.2.4.2 Table 18

Definition at line 368 of file lr-wpan-mac-base.h.

Member Data Documentation

◆ m_dstAddrMode

uint8_t ns3::lrwpan::MlmeCommStatusIndicationParams::m_dstAddrMode {SHORT_ADDR}

◆ m_dstExtAddr

Mac64Address ns3::lrwpan::MlmeCommStatusIndicationParams::m_dstExtAddr

◆ m_dstShortAddr

Mac16Address ns3::lrwpan::MlmeCommStatusIndicationParams::m_dstShortAddr

The short address of the device for which the frame was intended.

Definition at line 378 of file lr-wpan-mac-base.h.

Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().

◆ m_panId

uint16_t ns3::lrwpan::MlmeCommStatusIndicationParams::m_panId {0}

◆ m_srcAddrMode

◆ m_srcExtAddr

Mac64Address ns3::lrwpan::MlmeCommStatusIndicationParams::m_srcExtAddr

◆ m_srcShortAddr

Mac16Address ns3::lrwpan::MlmeCommStatusIndicationParams::m_srcShortAddr

The short address of the entity from which the frame causing the error originated.

Definition at line 373 of file lr-wpan-mac-base.h.

Referenced by ns3::lrwpan::LrWpanMac::PdDataConfirm().

◆ m_status


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