Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Ieee80211DeauthenticationFrame Class Reference

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for Ieee80211DeauthenticationFrame:

Ieee80211ManagementFrame Ieee80211DataOrMgmtFrame Ieee80211TwoAddressFrame Ieee80211OneAddressFrame Ieee80211Frame List of all members.

Detailed Description

Class generated from Ieee80211MgmtFrames.msg by opp_msgc.
 message Ieee80211DeauthenticationFrame extends Ieee80211ManagementFrame
 {
     fields:
         type = ST_DEAUTHENTICATION;
         byteLength = 34+getBody().getBodyLength();
         Ieee80211DeauthenticationFrameBody body;
 };
 


Public Member Functions

 Ieee80211DeauthenticationFrame (const char *name=NULL, int kind=0)
 Ieee80211DeauthenticationFrame (const Ieee80211DeauthenticationFrame &other)
virtual ~Ieee80211DeauthenticationFrame ()
Ieee80211DeauthenticationFrameoperator= (const Ieee80211DeauthenticationFrame &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual Ieee80211DeauthenticationFrameBodygetBody ()
virtual const Ieee80211DeauthenticationFrameBodygetBody () const
virtual void setBody (const Ieee80211DeauthenticationFrameBody &body_var)

Protected Member Functions

bool operator== (const Ieee80211DeauthenticationFrame &)

Protected Attributes

Ieee80211DeauthenticationFrameBody body_var


Constructor & Destructor Documentation

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

Ieee80211DeauthenticationFrame::Ieee80211DeauthenticationFrame const Ieee80211DeauthenticationFrame other  ) 
 

virtual Ieee80211DeauthenticationFrame::~Ieee80211DeauthenticationFrame  )  [virtual]
 


Member Function Documentation

virtual cPolymorphic* Ieee80211DeauthenticationFrame::dup  )  const [inline, virtual]
 

Reimplemented from Ieee80211ManagementFrame.

00610 {return new Ieee80211DeauthenticationFrame(*this);}

virtual const Ieee80211DeauthenticationFrameBody& Ieee80211DeauthenticationFrame::getBody  )  const [inline, virtual]
 

00616 {return const_cast<Ieee80211DeauthenticationFrame*>(this)->getBody();}

virtual Ieee80211DeauthenticationFrameBody& Ieee80211DeauthenticationFrame::getBody  )  [virtual]
 

virtual void Ieee80211DeauthenticationFrame::netPack cCommBuffer *  b  )  [virtual]
 

Reimplemented from Ieee80211ManagementFrame.

virtual void Ieee80211DeauthenticationFrame::netUnpack cCommBuffer *  b  )  [virtual]
 

Reimplemented from Ieee80211ManagementFrame.

Ieee80211DeauthenticationFrame& Ieee80211DeauthenticationFrame::operator= const Ieee80211DeauthenticationFrame other  ) 
 

bool Ieee80211DeauthenticationFrame::operator== const Ieee80211DeauthenticationFrame  )  [protected]
 

virtual void Ieee80211DeauthenticationFrame::setBody const Ieee80211DeauthenticationFrameBody body_var  )  [virtual]
 


Member Data Documentation

Ieee80211DeauthenticationFrameBody Ieee80211DeauthenticationFrame::body_var [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 18:22:23 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0