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

Ieee80211AuthenticationFrame Class Reference

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for Ieee80211AuthenticationFrame:

Ieee80211ManagementFrame Ieee80211DataOrMgmtFrame Ieee80211TwoAddressFrame Ieee80211OneAddressFrame Ieee80211Frame List of all members.

Detailed Description

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


Public Member Functions

 Ieee80211AuthenticationFrame (const char *name=NULL, int kind=0)
 Ieee80211AuthenticationFrame (const Ieee80211AuthenticationFrame &other)
virtual ~Ieee80211AuthenticationFrame ()
Ieee80211AuthenticationFrameoperator= (const Ieee80211AuthenticationFrame &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual Ieee80211AuthenticationFrameBodygetBody ()
virtual const Ieee80211AuthenticationFrameBodygetBody () const
virtual void setBody (const Ieee80211AuthenticationFrameBody &body_var)

Protected Member Functions

bool operator== (const Ieee80211AuthenticationFrame &)

Protected Attributes

Ieee80211AuthenticationFrameBody body_var


Constructor & Destructor Documentation

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

Ieee80211AuthenticationFrame::Ieee80211AuthenticationFrame const Ieee80211AuthenticationFrame other  ) 
 

virtual Ieee80211AuthenticationFrame::~Ieee80211AuthenticationFrame  )  [virtual]
 


Member Function Documentation

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

Reimplemented from Ieee80211ManagementFrame.

00572 {return new Ieee80211AuthenticationFrame(*this);}

virtual const Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrame::getBody  )  const [inline, virtual]
 

00578 {return const_cast<Ieee80211AuthenticationFrame*>(this)->getBody();}

virtual Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrame::getBody  )  [virtual]
 

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

Reimplemented from Ieee80211ManagementFrame.

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

Reimplemented from Ieee80211ManagementFrame.

Ieee80211AuthenticationFrame& Ieee80211AuthenticationFrame::operator= const Ieee80211AuthenticationFrame other  ) 
 

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

virtual void Ieee80211AuthenticationFrame::setBody const Ieee80211AuthenticationFrameBody body_var  )  [virtual]
 


Member Data Documentation

Ieee80211AuthenticationFrameBody Ieee80211AuthenticationFrame::body_var [protected]
 


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