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