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

MLME-SYNC-LOSS.indication params. More...

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

+ Collaboration diagram for ns3::lrwpan::MlmeSyncLossIndicationParams:

Public Attributes

uint8_t m_logCh {11}
 The channel number on which the device lost synchronization or to which it was realigned.
 
MacStatus m_lossReason {MacStatus::PAN_ID_CONFLICT}
 The reason for the lost of synchronization.
 
uint16_t m_panId {0}
 The PAN identifier with which the device lost synchronization or to which it was realigned.
 

Detailed Description

MLME-SYNC-LOSS.indication params.

See 802.15.4-2011 Section 6.2.13.2, Table 37

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

Member Data Documentation

◆ m_logCh

uint8_t ns3::lrwpan::MlmeSyncLossIndicationParams::m_logCh {11}

The channel number on which the device lost synchronization or to which it was realigned.

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

◆ m_lossReason

MacStatus ns3::lrwpan::MlmeSyncLossIndicationParams::m_lossReason {MacStatus::PAN_ID_CONFLICT}

The reason for the lost of synchronization.

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

Referenced by ns3::lrwpan::LrWpanMac::BeaconSearchTimeout().

◆ m_panId

uint16_t ns3::lrwpan::MlmeSyncLossIndicationParams::m_panId {0}

The PAN identifier with which the device lost synchronization or to which it was realigned.

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

Referenced by ns3::lrwpan::LrWpanMac::BeaconSearchTimeout().


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