IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2. More...
#include "lr-wpan-mac-base.h"
Inheritance diagram for ns3::LrWpanMacPibAttributes:
Collaboration diagram for ns3::LrWpanMacPibAttributes: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 {0xffff} |
| The identifier of the PAN. | |
| Mac16Address | macShortAddress |
| The 16 bit mac short address. | |
| uint8_t | pCurrentChannel {11} |
| The current logical channel in used in the PHY. | |
| uint8_t | pCurrentPage {0} |
| The current logical page in use in the PHY. | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< LrWpanMacPibAttributes > | |
| 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 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.