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

MLME-SYNC.request params. More...

#include "lr-wpan-mac.h"

Public Member Functions

 MlmeSyncRequestParams ()
 

Public Attributes

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

Detailed Description

MLME-SYNC.request params.

See 802.15.4-2011 Section 6.2.13.1

Definition at line 316 of file lr-wpan-mac.h.

Constructor & Destructor Documentation

◆ MlmeSyncRequestParams()

ns3::MlmeSyncRequestParams::MlmeSyncRequestParams ( )
inline

Definition at line 318 of file lr-wpan-mac.h.

Member Data Documentation

◆ m_logCh

uint8_t ns3::MlmeSyncRequestParams::m_logCh

The channel number on which to attempt coordinator synchronization.

Definition at line 322 of file lr-wpan-mac.h.

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

◆ m_trackBcn

bool ns3::MlmeSyncRequestParams::m_trackBcn

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 323 of file lr-wpan-mac.h.

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


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