MLME-BEACON-NOTIFY.indication params. More...
#include "lr-wpan-mac-base.h"
Public Attributes | |
uint8_t | m_bsn {0} |
The beacon sequence number. More... | |
PanDescriptor | m_panDescriptor |
The PAN descriptor for the received beacon. More... | |
Ptr< Packet > | m_sdu |
The set of octets comprising the beacon payload. More... | |
uint32_t | m_sduLength {0} |
The number of octets contained in the beacon payload. More... | |
MLME-BEACON-NOTIFY.indication params.
See 802.15.4-2011 Section 6.2.4.1, Table 16
Definition at line 439 of file lr-wpan-mac-base.h.
uint8_t ns3::MlmeBeaconNotifyIndicationParams::m_bsn {0} |
The beacon sequence number.
Definition at line 441 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
PanDescriptor ns3::MlmeBeaconNotifyIndicationParams::m_panDescriptor |
The PAN descriptor for the received beacon.
Definition at line 442 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
The set of octets comprising the beacon payload.
Definition at line 444 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
uint32_t ns3::MlmeBeaconNotifyIndicationParams::m_sduLength {0} |
The number of octets contained in the beacon payload.
Definition at line 443 of file lr-wpan-mac-base.h.
Referenced by ns3::LrWpanMac::PdDataIndication().