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

MLME-SET.confirm params. More...

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

+ Collaboration diagram for ns3::MlmeSetConfirmParams:

Public Attributes

LrWpanMacPibAttributeIdentifier id
 The id of the PIB attribute that was written. More...
 
LrWpanMacStatus m_status {LrWpanMacStatus::UNSUPPORTED_ATTRIBUTE}
 The result of the request to write the PIB attribute. More...
 

Detailed Description

MLME-SET.confirm params.

See 802.15.4-2011 Section 6.2.11.2

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

Member Data Documentation

◆ id

LrWpanMacPibAttributeIdentifier ns3::MlmeSetConfirmParams::id

The id of the PIB attribute that was written.

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

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

◆ m_status

LrWpanMacStatus ns3::MlmeSetConfirmParams::m_status {LrWpanMacStatus::UNSUPPORTED_ATTRIBUTE}

The result of the request to write the PIB attribute.

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

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


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