INET Framework for OMNeT++/OMNEST
Ieee80211AuthenticationFrameBody Class Reference

#include <Ieee80211MgmtFrames_m.h>

Inheritance diagram for Ieee80211AuthenticationFrameBody:
Ieee80211FrameBody

List of all members.

Public Member Functions

 Ieee80211AuthenticationFrameBody ()
 Ieee80211AuthenticationFrameBody (const Ieee80211AuthenticationFrameBody &other)
virtual ~Ieee80211AuthenticationFrameBody ()
Ieee80211AuthenticationFrameBodyoperator= (const Ieee80211AuthenticationFrameBody &other)
virtual
Ieee80211AuthenticationFrameBody
dup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual unsigned short getSequenceNumber () const
virtual void setSequenceNumber (unsigned short sequenceNumber)
virtual int getStatusCode () const
virtual void setStatusCode (int statusCode)
virtual bool getIsLast () const
virtual void setIsLast (bool isLast)

Protected Member Functions

bool operator== (const Ieee80211AuthenticationFrameBody &)

Protected Attributes

unsigned short sequenceNumber_var
int statusCode_var
bool isLast_var

Private Member Functions

void copy (const Ieee80211AuthenticationFrameBody &other)

Detailed Description

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

 class Ieee80211AuthenticationFrameBody extends Ieee80211FrameBody
 {
     bodyLength = 6; 
     unsigned short sequenceNumber;
     int statusCode enum(Ieee80211StatusCode);
     bool isLast; 
 }
 

Definition at line 181 of file Ieee80211MgmtFrames_m.h.


Constructor & Destructor Documentation


Member Function Documentation

Reimplemented from Ieee80211FrameBody.

Definition at line 200 of file Ieee80211MgmtFrames_m.h.

{return new Ieee80211AuthenticationFrameBody(*this);}
Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrameBody::operator= ( const Ieee80211AuthenticationFrameBody other)
bool Ieee80211AuthenticationFrameBody::operator== ( const Ieee80211AuthenticationFrameBody ) [protected]
virtual void Ieee80211AuthenticationFrameBody::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from Ieee80211FrameBody.

Referenced by doPacking().

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

Reimplemented from Ieee80211FrameBody.

Referenced by doUnpacking().

virtual void Ieee80211AuthenticationFrameBody::setIsLast ( bool  isLast) [virtual]

Member Data Documentation

Definition at line 186 of file Ieee80211MgmtFrames_m.h.

Definition at line 184 of file Ieee80211MgmtFrames_m.h.


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