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... | |
MLME-SYNC.request params.
See 802.15.4-2011 Section 6.2.13.1
Definition at line 316 of file lr-wpan-mac.h.
| 
 | inline | 
Definition at line 318 of file lr-wpan-mac.h.
| 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().
| 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().