MCPS-DATA.indication params. More...
#include "lr-wpan-mac-base.h"
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... | |
uint8_t ns3::McpsDataIndicationParams::m_dsn {0} |
The DSN of the received data frame.
Definition at line 312 of file lr-wpan-mac-base.h.
Mac16Address ns3::McpsDataIndicationParams::m_dstAddr |
Destination address.
Definition at line 309 of file lr-wpan-mac-base.h.
uint8_t ns3::McpsDataIndicationParams::m_dstAddrMode {SHORT_ADDR} |
Destination address mode.
Definition at line 307 of file lr-wpan-mac-base.h.
Mac64Address ns3::McpsDataIndicationParams::m_dstExtAddr |
Destination extended address.
Definition at line 310 of file lr-wpan-mac-base.h.
uint16_t ns3::McpsDataIndicationParams::m_dstPanId {0} |
Destination PAN identifier.
Definition at line 308 of file lr-wpan-mac-base.h.
uint8_t ns3::McpsDataIndicationParams::m_mpduLinkQuality {0} |
LQI value measured during reception of the MPDU.
Definition at line 311 of file lr-wpan-mac-base.h.
Mac16Address ns3::McpsDataIndicationParams::m_srcAddr |
Source address.
Definition at line 305 of file lr-wpan-mac-base.h.
uint8_t ns3::McpsDataIndicationParams::m_srcAddrMode {SHORT_ADDR} |
Source address mode.
Definition at line 303 of file lr-wpan-mac-base.h.
Mac64Address ns3::McpsDataIndicationParams::m_srcExtAddr |
Source extended address.
Definition at line 306 of file lr-wpan-mac-base.h.
uint16_t ns3::McpsDataIndicationParams::m_srcPanId {0} |
Source PAN identifier.
Definition at line 304 of file lr-wpan-mac-base.h.