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

MLME-BEACON-NOTIFY.indication params. More...

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

+ Collaboration diagram for ns3::MlmeBeaconNotifyIndicationParams:

Public Attributes

uint8_t m_bsn {0}
 The beacon sequence number.
 
PanDescriptor m_panDescriptor
 The PAN descriptor for the received beacon.
 
Ptr< Packetm_sdu
 The set of octets comprising the beacon payload.
 
uint32_t m_sduLength {0}
 The number of octets contained in the beacon payload.
 

Detailed Description

MLME-BEACON-NOTIFY.indication params.

See 802.15.4-2011 Section 6.2.4.1, Table 16

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

Member Data Documentation

◆ m_bsn

uint8_t ns3::MlmeBeaconNotifyIndicationParams::m_bsn {0}

The beacon sequence number.

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

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

◆ m_panDescriptor

PanDescriptor ns3::MlmeBeaconNotifyIndicationParams::m_panDescriptor

The PAN descriptor for the received beacon.

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

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

◆ m_sdu

Ptr<Packet> ns3::MlmeBeaconNotifyIndicationParams::m_sdu

The set of octets comprising the beacon payload.

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

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

◆ m_sduLength

uint32_t ns3::MlmeBeaconNotifyIndicationParams::m_sduLength {0}

The number of octets contained in the beacon payload.

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

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


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