MLME-SYNC-LOSS.indication params. More...
#include "lr-wpan-mac.h"
| Public Attributes | |
| uint8_t | m_logCh | 
| The channel number on which the device lost synchronization or to which it was realigned.  More... | |
| LrWpanSyncLossReason | m_lossReason | 
| The reason for the lost of synchronization.  More... | |
| uint16_t | m_panId | 
| The PAN identifier with which the device lost synchronization or to which it was realigned.  More... | |
MLME-SYNC-LOSS.indication params.
See 802.15.4-2011 Section 6.2.13.2, Table 37
Definition at line 374 of file lr-wpan-mac.h.
| uint8_t ns3::MlmeSyncLossIndicationParams::m_logCh | 
The channel number on which the device lost synchronization or to which it was realigned.
Definition at line 378 of file lr-wpan-mac.h.
| LrWpanSyncLossReason ns3::MlmeSyncLossIndicationParams::m_lossReason | 
The reason for the lost of synchronization.
Definition at line 376 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::BeaconSearchTimeout().
| uint16_t ns3::MlmeSyncLossIndicationParams::m_panId | 
The PAN identifier with which the device lost synchronization or to which it was realigned.
Definition at line 377 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::BeaconSearchTimeout().