IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2. More...
#include "lr-wpan-mac-base.h"
Public Attributes | |
Ptr< Packet > | macBeaconPayload |
The contents of the beacon payload. More... | |
uint8_t | macBeaconPayloadLength {0} |
The length in octets of the beacon payload. More... | |
Mac64Address | macExtendedAddress |
The EUI-64 bit address. More... | |
uint16_t | macPanId {0xffff} |
The identifier of the PAN. More... | |
Mac16Address | macShortAddress |
The 16 bit mac short address. More... | |
uint8_t | pCurrentChannel {11} |
The current logical channel in used in the PHY. More... | |
uint8_t | pCurrentPage {0} |
The current logical page in use in the PHY. More... | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. More... | |
SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
Assignment operator. More... | |
void | Ref () const |
Increment the reference count. More... | |
void | Unref () const |
Decrement the reference count. More... | |
IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2.
Definition at line 272 of file lr-wpan-mac-base.h.
The contents of the beacon payload.
Definition at line 274 of file lr-wpan-mac-base.h.
uint8_t ns3::LrWpanMacPibAttributes::macBeaconPayloadLength {0} |
The length in octets of the beacon payload.
Definition at line 275 of file lr-wpan-mac-base.h.
Mac64Address ns3::LrWpanMacPibAttributes::macExtendedAddress |
The EUI-64 bit address.
Definition at line 277 of file lr-wpan-mac-base.h.
uint16_t ns3::LrWpanMacPibAttributes::macPanId {0xffff} |
The identifier of the PAN.
Definition at line 278 of file lr-wpan-mac-base.h.
Mac16Address ns3::LrWpanMacPibAttributes::macShortAddress |
The 16 bit mac short address.
Definition at line 276 of file lr-wpan-mac-base.h.
uint8_t ns3::LrWpanMacPibAttributes::pCurrentChannel {11} |
The current logical channel in used in the PHY.
Definition at line 279 of file lr-wpan-mac-base.h.
uint8_t ns3::LrWpanMacPibAttributes::pCurrentPage {0} |
The current logical page in use in the PHY.
Definition at line 280 of file lr-wpan-mac-base.h.