INET Framework for OMNeT++/OMNEST
Ieee80211DeauthenticationFrame Class Reference

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for Ieee80211DeauthenticationFrame:
Ieee80211ManagementFrame Ieee80211DataOrMgmtFrame Ieee80211TwoAddressFrame Ieee80211OneAddressFrame Ieee80211Frame

List of all members.

Public Member Functions

 Ieee80211DeauthenticationFrame (const char *name=NULL, int kind=0)
 Ieee80211DeauthenticationFrame (const Ieee80211DeauthenticationFrame &other)
virtual ~Ieee80211DeauthenticationFrame ()
Ieee80211DeauthenticationFrameoperator= (const Ieee80211DeauthenticationFrame &other)
virtual
Ieee80211DeauthenticationFrame
dup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual
Ieee80211DeauthenticationFrameBody
getBody ()
virtual const
Ieee80211DeauthenticationFrameBody
getBody () const
virtual void setBody (const Ieee80211DeauthenticationFrameBody &body)

Protected Member Functions

bool operator== (const Ieee80211DeauthenticationFrame &)

Protected Attributes

Ieee80211DeauthenticationFrameBody body_var

Private Member Functions

void copy (const Ieee80211DeauthenticationFrame &other)

Detailed Description

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

 packet Ieee80211DeauthenticationFrame extends Ieee80211ManagementFrame
 {
     type = ST_DEAUTHENTICATION;
     byteLength = 28+getBody().getBodyLength();
     Ieee80211DeauthenticationFrameBody body;
 }
 

Definition at line 647 of file Ieee80211MgmtFrames_m.h.


Constructor & Destructor Documentation

Ieee80211DeauthenticationFrame::Ieee80211DeauthenticationFrame ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().


Member Function Documentation

Reimplemented from Ieee80211ManagementFrame.

Definition at line 664 of file Ieee80211MgmtFrames_m.h.

{return new Ieee80211DeauthenticationFrame(*this);}

Definition at line 670 of file Ieee80211MgmtFrames_m.h.

Referenced by getBody().

{return const_cast<Ieee80211DeauthenticationFrame*>(this)->getBody();}
Ieee80211DeauthenticationFrame& Ieee80211DeauthenticationFrame::operator= ( const Ieee80211DeauthenticationFrame other)
bool Ieee80211DeauthenticationFrame::operator== ( const Ieee80211DeauthenticationFrame ) [protected]
virtual void Ieee80211DeauthenticationFrame::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from Ieee80211ManagementFrame.

Referenced by doPacking().

virtual void Ieee80211DeauthenticationFrame::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from Ieee80211ManagementFrame.

Referenced by doUnpacking().


Member Data Documentation


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