A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::MgtBeaconHeader Class Reference

Implement the header for management frames of type beacon. More...

#include "mgt-headers.h"

+ Inheritance diagram for ns3::MgtBeaconHeader:
+ Collaboration diagram for ns3::MgtBeaconHeader:

Public Member Functions

 ~MgtBeaconHeader () override=default
 
- Public Member Functions inherited from ns3::MgtProbeResponseHeader
 ~MgtProbeResponseHeader () override=default
 
CapabilityInformationCapabilities ()
 
const CapabilityInformationCapabilities () const
 
uint64_t GetBeaconIntervalUs () const
 Return the beacon interval in microseconds unit.
 
TypeId GetInstanceTypeId () const override
 Get the most derived TypeId for this Object.
 
uint64_t GetTimestamp () const
 Return the time stamp.
 
void SetBeaconIntervalUs (uint64_t us)
 Set the beacon interval in microseconds unit.
 

Static Public Member Functions

static TypeId GetTypeId ()
 Register this type.
 
- Static Public Member Functions inherited from ns3::MgtProbeResponseHeader
static TypeId GetTypeId ()
 Register this type.
 

Additional Inherited Members

- Protected Member Functions inherited from ns3::MgtProbeResponseHeader
uint32_t DeserializeImpl (Buffer::Iterator start)
 
uint32_t GetSerializedSizeImpl () const
 
void SerializeImpl (Buffer::Iterator start) const
 

Detailed Description

Implement the header for management frames of type beacon.

Definition at line 516 of file mgt-headers.h.

Constructor & Destructor Documentation

◆ ~MgtBeaconHeader()

ns3::MgtBeaconHeader::~MgtBeaconHeader ( )
overridedefault

Member Function Documentation

◆ GetTypeId()

TypeId ns3::MgtBeaconHeader::GetTypeId ( )
static

Register this type.

Returns
The TypeId.

Definition at line 143 of file mgt-headers.cc.

References ns3::TypeId::SetParent().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: