MLME-BEACON-NOTIFY.indication params. More...
#include "lr-wpan-mac.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 608 of file lr-wpan-mac.h.
uint8_t ns3::MlmeBeaconNotifyIndicationParams::m_bsn {0} |
The beacon sequence number.
Definition at line 610 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
PanDescriptor ns3::MlmeBeaconNotifyIndicationParams::m_panDescriptor |
The PAN descriptor for the received beacon.
Definition at line 611 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().
The set of octets comprising the beacon payload.
Definition at line 613 of file lr-wpan-mac.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 612 of file lr-wpan-mac.h.
Referenced by ns3::LrWpanMac::PdDataIndication().