INET Framework for OMNeT++/OMNEST
Ieee80211FrameBody Class Reference

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for Ieee80211FrameBody:
Ieee80211AssociationRequestFrameBody Ieee80211AssociationResponseFrameBody Ieee80211AuthenticationFrameBody Ieee80211BeaconFrameBody Ieee80211DeauthenticationFrameBody Ieee80211DisassociationFrameBody Ieee80211ProbeRequestFrameBody Ieee80211ReassociationRequestFrameBody Ieee80211ReassociationResponseFrameBody Ieee80211ProbeResponseFrameBody

List of all members.

Public Member Functions

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

Protected Member Functions

bool operator== (const Ieee80211FrameBody &)

Protected Attributes

short bodyLength_var

Private Member Functions

void copy (const Ieee80211FrameBody &other)

Detailed Description

Class generated from linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg by opp_msgc.

 class Ieee80211FrameBody
 {
     short bodyLength; 
 }
 

Definition at line 140 of file Ieee80211MgmtFrames_m.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Member Data Documentation

Definition at line 143 of file Ieee80211MgmtFrames_m.h.


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