|
INET Framework for OMNeT++/OMNEST
|
#include <Ieee80211MgmtFrames_m.h>
Public Member Functions | |
| Ieee80211DeauthenticationFrameBody () | |
| Ieee80211DeauthenticationFrameBody (const Ieee80211DeauthenticationFrameBody &other) | |
| virtual | ~Ieee80211DeauthenticationFrameBody () |
| Ieee80211DeauthenticationFrameBody & | operator= (const Ieee80211DeauthenticationFrameBody &other) |
| virtual Ieee80211DeauthenticationFrameBody * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getReasonCode () const |
| virtual void | setReasonCode (int reasonCode) |
Protected Member Functions | |
| bool | operator== (const Ieee80211DeauthenticationFrameBody &) |
Protected Attributes | |
| int | reasonCode_var |
Private Member Functions | |
| void | copy (const Ieee80211DeauthenticationFrameBody &other) |
Class generated from linklayer/ieee80211/mgmt/Ieee80211MgmtFrames.msg by opp_msgc.
class Ieee80211DeauthenticationFrameBody extends Ieee80211FrameBody { bodyLength = 2; int reasonCode enum(Ieee80211ReasonCode); }
Definition at line 226 of file Ieee80211MgmtFrames_m.h.
Referenced by dup().
| Ieee80211DeauthenticationFrameBody::Ieee80211DeauthenticationFrameBody | ( | const Ieee80211DeauthenticationFrameBody & | other | ) |
| virtual Ieee80211DeauthenticationFrameBody::~Ieee80211DeauthenticationFrameBody | ( | ) | [virtual] |
| void Ieee80211DeauthenticationFrameBody::copy | ( | const Ieee80211DeauthenticationFrameBody & | other | ) | [private] |
| virtual Ieee80211DeauthenticationFrameBody* Ieee80211DeauthenticationFrameBody::dup | ( | ) | const [inline, virtual] |
Reimplemented from Ieee80211FrameBody.
Definition at line 243 of file Ieee80211MgmtFrames_m.h.
{return new Ieee80211DeauthenticationFrameBody(*this);}
| virtual int Ieee80211DeauthenticationFrameBody::getReasonCode | ( | ) | const [virtual] |
| Ieee80211DeauthenticationFrameBody& Ieee80211DeauthenticationFrameBody::operator= | ( | const Ieee80211DeauthenticationFrameBody & | other | ) |
| bool Ieee80211DeauthenticationFrameBody::operator== | ( | const Ieee80211DeauthenticationFrameBody & | ) | [protected] |
| virtual void Ieee80211DeauthenticationFrameBody::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211FrameBody.
Referenced by doPacking().
| virtual void Ieee80211DeauthenticationFrameBody::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211FrameBody.
Referenced by doUnpacking().
| virtual void Ieee80211DeauthenticationFrameBody::setReasonCode | ( | int | reasonCode | ) | [virtual] |
int Ieee80211DeauthenticationFrameBody::reasonCode_var [protected] |
Definition at line 229 of file Ieee80211MgmtFrames_m.h.