MLME-SYNC.request params. More...
#include "lr-wpan-mac-base.h"
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. | |
MLME-SYNC.request params.
See 802.15.4-2011 Section 6.2.13.1
Definition at line 218 of file lr-wpan-mac-base.h.
uint8_t ns3::lrwpan::MlmeSyncRequestParams::m_logCh {11} |
The channel number on which to attempt coordinator synchronization.
Definition at line 220 of file lr-wpan-mac-base.h.
bool ns3::lrwpan::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 221 of file lr-wpan-mac-base.h.