INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211FrameBody Class Reference

Class generated from inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg:143 by nedtool. More...

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for inet::ieee80211::Ieee80211FrameBody:
inet::ieee80211::Ieee80211ActionFrameBody inet::ieee80211::Ieee80211AssociationRequestFrameBody inet::ieee80211::Ieee80211AssociationResponseFrameBody inet::ieee80211::Ieee80211AuthenticationFrameBody inet::ieee80211::Ieee80211BeaconFrameBody inet::ieee80211::Ieee80211DeauthenticationFrameBody inet::ieee80211::Ieee80211DisassociationFrameBody inet::ieee80211::Ieee80211ProbeRequestFrameBody

Public Member Functions

 Ieee80211FrameBody ()
 
 Ieee80211FrameBody (const Ieee80211FrameBody &other)
 
virtual ~Ieee80211FrameBody ()
 
Ieee80211FrameBodyoperator= (const Ieee80211FrameBody &other)
 
virtual Ieee80211FrameBodydup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual short getBodyLength () const
 
virtual void setBodyLength (short bodyLength)
 

Protected Member Functions

bool operator== (const Ieee80211FrameBody &)
 

Protected Attributes

short bodyLength
 

Private Member Functions

void copy (const Ieee80211FrameBody &other)
 

Detailed Description

Class generated from inet/linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg:143 by nedtool.

//
// Frame body base class used to hide various frame body types
//
class Ieee80211FrameBody
{
    short bodyLength; // not an actual frame field
}

Constructor & Destructor Documentation

inet::ieee80211::Ieee80211FrameBody::Ieee80211FrameBody ( )
inet::ieee80211::Ieee80211FrameBody::Ieee80211FrameBody ( const Ieee80211FrameBody other)
virtual inet::ieee80211::Ieee80211FrameBody::~Ieee80211FrameBody ( )
virtual

Member Function Documentation

void inet::ieee80211::Ieee80211FrameBody::copy ( const Ieee80211FrameBody other)
private
virtual short inet::ieee80211::Ieee80211FrameBody::getBodyLength ( ) const
virtual
Ieee80211FrameBody& inet::ieee80211::Ieee80211FrameBody::operator= ( const Ieee80211FrameBody other)
bool inet::ieee80211::Ieee80211FrameBody::operator== ( const Ieee80211FrameBody )
protected
virtual void inet::ieee80211::Ieee80211FrameBody::setBodyLength ( short  bodyLength)
virtual

Member Data Documentation

short inet::ieee80211::Ieee80211FrameBody::bodyLength
protected

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