IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2. More...
#include "lr-wpan-mac.h"
Public Attributes | |
Ptr< Packet > | macBeaconPayload |
The contents of the beacon payload. | |
uint8_t | macBeaconPayloadLength {0} |
The length in octets of the beacon payload. | |
Mac64Address | macExtendedAddress |
The EUI-64 bit address. | |
uint16_t | macPanId |
The identifier of the PAN. | |
Mac16Address | macShortAddress |
The 16 bit mac short address. | |
Additional Inherited Members | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2.
Definition at line 359 of file lr-wpan-mac.h.
The contents of the beacon payload.
Definition at line 361 of file lr-wpan-mac.h.
uint8_t ns3::LrWpanMacPibAttributes::macBeaconPayloadLength {0} |
The length in octets of the beacon payload.
Definition at line 362 of file lr-wpan-mac.h.
Mac64Address ns3::LrWpanMacPibAttributes::macExtendedAddress |
The EUI-64 bit address.
Definition at line 364 of file lr-wpan-mac.h.
uint16_t ns3::LrWpanMacPibAttributes::macPanId |
The identifier of the PAN.
Definition at line 365 of file lr-wpan-mac.h.
Mac16Address ns3::LrWpanMacPibAttributes::macShortAddress |
The 16 bit mac short address.
Definition at line 363 of file lr-wpan-mac.h.