A Discrete-Event Network Simulator
API
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. More...
 
PanDescriptor m_panDescriptor
 The PAN descriptor for the received beacon. More...
 
Ptr< Packetm_sdu
 The set of octets comprising the beacon payload. More...
 
uint32_t m_sduLength {0}
 The number of octets contained in the beacon payload. More...
 

Detailed Description

MLME-BEACON-NOTIFY.indication params.

See 802.15.4-2011 Section 6.2.4.1, Table 16

Definition at line 439 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 441 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 442 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 444 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 443 of file lr-wpan-mac-base.h.

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


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