A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LrWpanMacPibAttributes Struct Reference

IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2. More...

#include "lr-wpan-mac.h"

+ Inheritance diagram for ns3::LrWpanMacPibAttributes:
+ Collaboration diagram for ns3::LrWpanMacPibAttributes:

Public Attributes

Ptr< PacketmacBeaconPayload
 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

- 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.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Detailed Description

IEEE802.15.4-2011 PHY PIB Attributes Table 52 in section 6.4.2.

Definition at line 359 of file lr-wpan-mac.h.

Member Data Documentation

◆ macBeaconPayload

Ptr<Packet> ns3::LrWpanMacPibAttributes::macBeaconPayload

The contents of the beacon payload.

Definition at line 361 of file lr-wpan-mac.h.

◆ macBeaconPayloadLength

uint8_t ns3::LrWpanMacPibAttributes::macBeaconPayloadLength {0}

The length in octets of the beacon payload.

Definition at line 362 of file lr-wpan-mac.h.

◆ macExtendedAddress

Mac64Address ns3::LrWpanMacPibAttributes::macExtendedAddress

The EUI-64 bit address.

Definition at line 364 of file lr-wpan-mac.h.

◆ macPanId

uint16_t ns3::LrWpanMacPibAttributes::macPanId

The identifier of the PAN.

Definition at line 365 of file lr-wpan-mac.h.

◆ macShortAddress

Mac16Address ns3::LrWpanMacPibAttributes::macShortAddress

The 16 bit mac short address.

Definition at line 363 of file lr-wpan-mac.h.


The documentation for this struct was generated from the following file: