A Discrete-Event Network Simulator
API
ns3::McpsDataIndicationParams Struct Reference

MCPS-DATA.indication params. More...

#include "lr-wpan-mac.h"

+ Collaboration diagram for ns3::McpsDataIndicationParams:

Public Attributes

uint8_t m_dsn {0}
 The DSN of the received data frame. More...
 
Mac16Address m_dstAddr
 Destination address. More...
 
uint8_t m_dstAddrMode {SHORT_ADDR}
 Destination address mode. More...
 
Mac64Address m_dstExtAddr
 Destination extended address. More...
 
uint16_t m_dstPanId {0}
 Destination PAN identifier. More...
 
uint8_t m_mpduLinkQuality {0}
 LQI value measured during reception of the MPDU. More...
 
Mac16Address m_srcAddr
 Source address. More...
 
uint8_t m_srcAddrMode {SHORT_ADDR}
 Source address mode. More...
 
Mac64Address m_srcExtAddr
 Source extended address. More...
 
uint16_t m_srcPanId {0}
 Source PAN identifier. More...
 

Detailed Description

MCPS-DATA.indication params.

See 7.1.1.3

Definition at line 372 of file lr-wpan-mac.h.

Member Data Documentation

◆ m_dsn

uint8_t ns3::McpsDataIndicationParams::m_dsn {0}

The DSN of the received data frame.

Definition at line 383 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanMac::PdDataIndication().

◆ m_dstAddr

Mac16Address ns3::McpsDataIndicationParams::m_dstAddr

Destination address.

Definition at line 380 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanMac::PdDataIndication().

◆ m_dstAddrMode

uint8_t ns3::McpsDataIndicationParams::m_dstAddrMode {SHORT_ADDR}

Destination address mode.

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

Referenced by ns3::LrWpanNetDevice::McpsDataIndication(), and ns3::LrWpanMac::PdDataIndication().

◆ m_dstExtAddr

Mac64Address ns3::McpsDataIndicationParams::m_dstExtAddr

Destination extended address.

Definition at line 381 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanMac::PdDataIndication().

◆ m_dstPanId

uint16_t ns3::McpsDataIndicationParams::m_dstPanId {0}

Destination PAN identifier.

Definition at line 379 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanMac::PdDataIndication().

◆ m_mpduLinkQuality

uint8_t ns3::McpsDataIndicationParams::m_mpduLinkQuality {0}

LQI value measured during reception of the MPDU.

Definition at line 382 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanMac::PdDataIndication().

◆ m_srcAddr

Mac16Address ns3::McpsDataIndicationParams::m_srcAddr

Source address.

Definition at line 376 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanNetDevice::McpsDataIndication(), and ns3::LrWpanMac::PdDataIndication().

◆ m_srcAddrMode

uint8_t ns3::McpsDataIndicationParams::m_srcAddrMode {SHORT_ADDR}

Source address mode.

Definition at line 374 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanMac::PdDataIndication().

◆ m_srcExtAddr

Mac64Address ns3::McpsDataIndicationParams::m_srcExtAddr

Source extended address.

Definition at line 377 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanNetDevice::McpsDataIndication(), and ns3::LrWpanMac::PdDataIndication().

◆ m_srcPanId

uint16_t ns3::McpsDataIndicationParams::m_srcPanId {0}

Source PAN identifier.

Definition at line 375 of file lr-wpan-mac.h.

Referenced by ns3::LrWpanNetDevice::McpsDataIndication(), and ns3::LrWpanMac::PdDataIndication().


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