#include <Ieee80211MgmtFrames_m.h>
Inheritance diagram for Ieee80211AuthenticationFrameBody:
Ieee80211MgmtFrames.msg
by opp_msgc. class Ieee80211AuthenticationFrameBody extends Ieee80211FrameBody { fields: bodyLength = 6; unsigned short sequenceNumber; int statusCode enum(Ieee80211StatusCode); bool isLast; };
Public Member Functions | |
Ieee80211AuthenticationFrameBody () | |
Ieee80211AuthenticationFrameBody (const Ieee80211AuthenticationFrameBody &other) | |
virtual | ~Ieee80211AuthenticationFrameBody () |
Ieee80211AuthenticationFrameBody & | operator= (const Ieee80211AuthenticationFrameBody &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual unsigned short | getSequenceNumber () const |
virtual void | setSequenceNumber (unsigned short sequenceNumber_var) |
virtual int | getStatusCode () const |
virtual void | setStatusCode (int statusCode_var) |
virtual bool | getIsLast () const |
virtual void | setIsLast (bool isLast_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211AuthenticationFrameBody &) |
Protected Attributes | |
unsigned short | sequenceNumber_var |
int | statusCode_var |
bool | isLast_var |
Ieee80211AuthenticationFrameBody::Ieee80211AuthenticationFrameBody | ( | ) |
Ieee80211AuthenticationFrameBody::Ieee80211AuthenticationFrameBody | ( | const Ieee80211AuthenticationFrameBody & | other | ) |
virtual Ieee80211AuthenticationFrameBody::~Ieee80211AuthenticationFrameBody | ( | ) | [virtual] |
virtual cPolymorphic* Ieee80211AuthenticationFrameBody::dup | ( | ) | const [inline, virtual] |
virtual bool Ieee80211AuthenticationFrameBody::getIsLast | ( | ) | const [virtual] |
virtual unsigned short Ieee80211AuthenticationFrameBody::getSequenceNumber | ( | ) | const [virtual] |
virtual int Ieee80211AuthenticationFrameBody::getStatusCode | ( | ) | const [virtual] |
virtual void Ieee80211AuthenticationFrameBody::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211FrameBody.
virtual void Ieee80211AuthenticationFrameBody::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211FrameBody.
Ieee80211AuthenticationFrameBody& Ieee80211AuthenticationFrameBody::operator= | ( | const Ieee80211AuthenticationFrameBody & | other | ) |
bool Ieee80211AuthenticationFrameBody::operator== | ( | const Ieee80211AuthenticationFrameBody & | ) | [protected] |
virtual void Ieee80211AuthenticationFrameBody::setIsLast | ( | bool | isLast_var | ) | [virtual] |
virtual void Ieee80211AuthenticationFrameBody::setSequenceNumber | ( | unsigned short | sequenceNumber_var | ) | [virtual] |
virtual void Ieee80211AuthenticationFrameBody::setStatusCode | ( | int | statusCode_var | ) | [virtual] |
bool Ieee80211AuthenticationFrameBody::isLast_var [protected] |
unsigned short Ieee80211AuthenticationFrameBody::sequenceNumber_var [protected] |
int Ieee80211AuthenticationFrameBody::statusCode_var [protected] |