MLME-SYNC.request params. More...
#include "lr-wpan-mac.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 498 of file lr-wpan-mac.h.
uint8_t ns3::MlmeSyncRequestParams::m_logCh {11} |
The channel number on which to attempt coordinator synchronization.
Definition at line 500 of file lr-wpan-mac.h.
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 501 of file lr-wpan-mac.h.