MLME-POLL.request params. More...
#include "lr-wpan-mac.h"
Public Member Functions | |
MlmePollRequestParams () | |
Public Attributes | |
LrWpanAddressMode | m_coorAddrMode |
The addressing mode of the coordinator to which the pool is intended. More... | |
Mac64Address | m_coorExtAddr |
Coordinator extended address. More... | |
uint16_t | m_coorPanId |
The PAN id of the coordinator to which the poll is intended. More... | |
Mac16Address | m_coorShortAddr |
Coordintator short address. More... | |
MLME-POLL.request params.
See 802.15.4-2011 Section 6.2.14.1
Definition at line 330 of file lr-wpan-mac.h.
|
inline |
Definition at line 332 of file lr-wpan-mac.h.
LrWpanAddressMode ns3::MlmePollRequestParams::m_coorAddrMode |
The addressing mode of the coordinator to which the pool is intended.
Definition at line 338 of file lr-wpan-mac.h.
Mac64Address ns3::MlmePollRequestParams::m_coorExtAddr |
Coordinator extended address.
Definition at line 341 of file lr-wpan-mac.h.
uint16_t ns3::MlmePollRequestParams::m_coorPanId |
The PAN id of the coordinator to which the poll is intended.
Definition at line 339 of file lr-wpan-mac.h.
Mac16Address ns3::MlmePollRequestParams::m_coorShortAddr |
Coordintator short address.
Definition at line 340 of file lr-wpan-mac.h.