#include <Ieee80211MgmtFrames_m.h>
Inheritance diagram for Ieee80211DeauthenticationFrame:
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 () |
Ieee80211DeauthenticationFrame & | operator= (const Ieee80211DeauthenticationFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual Ieee80211DeauthenticationFrameBody & | getBody () |
virtual const Ieee80211DeauthenticationFrameBody & | getBody () const |
virtual void | setBody (const Ieee80211DeauthenticationFrameBody &body_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211DeauthenticationFrame &) |
Protected Attributes | |
Ieee80211DeauthenticationFrameBody | body_var |
Ieee80211DeauthenticationFrame::Ieee80211DeauthenticationFrame | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Ieee80211DeauthenticationFrame::Ieee80211DeauthenticationFrame | ( | const Ieee80211DeauthenticationFrame & | other | ) |
virtual Ieee80211DeauthenticationFrame::~Ieee80211DeauthenticationFrame | ( | ) | [virtual] |
virtual cPolymorphic* Ieee80211DeauthenticationFrame::dup | ( | ) | const [inline, virtual] |
Reimplemented from Ieee80211ManagementFrame.
00621 {return new Ieee80211DeauthenticationFrame(*this);}
virtual const Ieee80211DeauthenticationFrameBody& Ieee80211DeauthenticationFrame::getBody | ( | ) | const [inline, virtual] |
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] |