Implement the header for management frames of type probe request. More...
#include "mgt-headers.h"
Public Member Functions | |
~MgtProbeRequestHeader () override=default | |
TypeId | GetInstanceTypeId () const override |
Get the most derived TypeId for this Object. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Register this type. More... | |
Implement the header for management frames of type probe request.
Definition at line 431 of file mgt-headers.h.
|
overridedefault |
|
override |
Get the most derived TypeId for this Object.
This method is typically implemented by ns3::Object::GetInstanceTypeId but some classes which derive from ns3::ObjectBase directly have to implement it themselves.
Definition at line 47 of file mgt-headers.cc.
References GetTypeId().
|
static |
Register this type.
Definition at line 37 of file mgt-headers.cc.
References ns3::TypeId::SetParent().
Referenced by GetInstanceTypeId().