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

MCPS-DATA.request params. More...

#include "lr-wpan-mac.h"

+ Collaboration diagram for ns3::McpsDataRequestParams:

Public Member Functions

 McpsDataRequestParams ()
 

Public Attributes

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

Detailed Description

MCPS-DATA.request params.

See 7.1.1.1

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

Constructor & Destructor Documentation

◆ McpsDataRequestParams()

ns3::McpsDataRequestParams::McpsDataRequestParams ( )
inline

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

Member Data Documentation

◆ m_dstAddr

Mac16Address ns3::McpsDataRequestParams::m_dstAddr

Destination address.

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

Referenced by LrWpanErrorDistanceTestCase::DoRun(), ns3::LrWpanMac::McpsDataRequest(), and ns3::LrWpanNetDevice::Send().

◆ m_dstAddrMode

LrWpanAddressMode ns3::McpsDataRequestParams::m_dstAddrMode

Destination address mode.

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

Referenced by LrWpanErrorDistanceTestCase::DoRun(), ns3::LrWpanMac::McpsDataRequest(), and ns3::LrWpanNetDevice::Send().

◆ m_dstExtAddr

Mac64Address ns3::McpsDataRequestParams::m_dstExtAddr

Destination extended address.

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

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

◆ m_dstPanId

uint16_t ns3::McpsDataRequestParams::m_dstPanId

Destination PAN identifier.

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

Referenced by LrWpanErrorDistanceTestCase::DoRun(), ns3::LrWpanMac::McpsDataRequest(), and ns3::LrWpanNetDevice::Send().

◆ m_msduHandle

uint8_t ns3::McpsDataRequestParams::m_msduHandle

◆ m_srcAddrMode

◆ m_txOptions

uint8_t ns3::McpsDataRequestParams::m_txOptions

Tx Options (bitfield)

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

Referenced by LrWpanErrorDistanceTestCase::DoRun(), ns3::LrWpanMac::McpsDataRequest(), and ns3::LrWpanNetDevice::Send().


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