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

MLME-POLL.request params. More...

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

+ Collaboration diagram for ns3::MlmePollRequestParams:

Public Attributes

LrWpanAddressMode m_coorAddrMode {SHORT_ADDR}
 The addressing mode of the coordinator to which the pool is intended. More...
 
Mac64Address m_coorExtAddr
 Coordinator extended address. More...
 
uint16_t m_coorPanId {0}
 The PAN id of the coordinator to which the poll is intended. More...
 
Mac16Address m_coorShortAddr
 Coordinator short address. More...
 

Detailed Description

MLME-POLL.request params.

See 802.15.4-2011 Section 6.2.14.1

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

Member Data Documentation

◆ m_coorAddrMode

LrWpanAddressMode ns3::MlmePollRequestParams::m_coorAddrMode {SHORT_ADDR}

The addressing mode of the coordinator to which the pool is intended.

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

◆ m_coorExtAddr

Mac64Address ns3::MlmePollRequestParams::m_coorExtAddr

Coordinator extended address.

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

◆ m_coorPanId

uint16_t ns3::MlmePollRequestParams::m_coorPanId {0}

The PAN id of the coordinator to which the poll is intended.

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

◆ m_coorShortAddr

Mac16Address ns3::MlmePollRequestParams::m_coorShortAddr

Coordinator short address.

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


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