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

MLME-SYNC.request params. More...

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

+ Collaboration diagram for ns3::MlmeSyncRequestParams:

Public Attributes

uint8_t m_logCh {11}
 The channel number on which to attempt coordinator synchronization.
 
bool m_trackBcn {false}
 True if the mlme sync with the next beacon and attempts to track future beacons.
 

Detailed Description

MLME-SYNC.request params.

See 802.15.4-2011 Section 6.2.13.1

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

Member Data Documentation

◆ m_logCh

uint8_t ns3::MlmeSyncRequestParams::m_logCh {11}

The channel number on which to attempt coordinator synchronization.

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

◆ m_trackBcn

bool ns3::MlmeSyncRequestParams::m_trackBcn {false}

True if the mlme sync with the next beacon and attempts to track future beacons.

False if mlme sync only the next beacon.

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


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