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

MCPS-DATA.request params. More...

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

+ Collaboration diagram for ns3::McpsDataRequestParams:

Public Attributes

Mac16Address m_dstAddr
 Destination address.
 
LrWpanAddressMode m_dstAddrMode {SHORT_ADDR}
 Destination address mode.
 
Mac64Address m_dstExtAddr
 Destination extended address.
 
uint16_t m_dstPanId {0}
 Destination PAN identifier.
 
uint8_t m_msduHandle {0}
 MSDU handle.
 
LrWpanAddressMode m_srcAddrMode {SHORT_ADDR}
 Source address mode.
 
uint8_t m_txOptions {0}
 Tx Options (bitfield)
 

Detailed Description

MCPS-DATA.request params.

See 7.1.1.1

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

Member Data Documentation

◆ m_dstAddr

◆ m_dstAddrMode

◆ m_dstExtAddr

Mac64Address ns3::McpsDataRequestParams::m_dstExtAddr

Destination extended address.

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

Referenced by LrWpanAckTestCase::DataIndicationDev1().

◆ m_dstPanId

uint16_t ns3::McpsDataRequestParams::m_dstPanId {0}

◆ m_msduHandle

◆ m_srcAddrMode

◆ m_txOptions

uint8_t ns3::McpsDataRequestParams::m_txOptions {0}

Tx Options (bitfield)

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

Referenced by LrWpanAckTestCase::DataIndicationDev1(), LrWpanCcaTestCase::DoRun(), and ns3::LrWpanNetDevice::Send().


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