#include <Ieee80211MgmtFrames_m.h>
Inheritance diagram for Ieee80211DisassociationFrame:
Ieee80211MgmtFrames.msg
by opp_msgc. message Ieee80211DisassociationFrame extends Ieee80211ManagementFrame { fields: type = ST_DISASSOCIATION; byteLength = 34+getBody().getBodyLength(); Ieee80211DisassociationFrameBody body; };
Public Member Functions | |
Ieee80211DisassociationFrame (const char *name=NULL, int kind=0) | |
Ieee80211DisassociationFrame (const Ieee80211DisassociationFrame &other) | |
virtual | ~Ieee80211DisassociationFrame () |
Ieee80211DisassociationFrame & | operator= (const Ieee80211DisassociationFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual Ieee80211DisassociationFrameBody & | getBody () |
virtual const Ieee80211DisassociationFrameBody & | getBody () const |
virtual void | setBody (const Ieee80211DisassociationFrameBody &body_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211DisassociationFrame &) |
Protected Attributes | |
Ieee80211DisassociationFrameBody | body_var |
Ieee80211DisassociationFrame::Ieee80211DisassociationFrame | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
Ieee80211DisassociationFrame::Ieee80211DisassociationFrame | ( | const Ieee80211DisassociationFrame & | other | ) |
virtual Ieee80211DisassociationFrame::~Ieee80211DisassociationFrame | ( | ) | [virtual] |
virtual cPolymorphic* Ieee80211DisassociationFrame::dup | ( | ) | const [inline, virtual] |
virtual const Ieee80211DisassociationFrameBody& Ieee80211DisassociationFrame::getBody | ( | ) | const [inline, virtual] |
virtual Ieee80211DisassociationFrameBody& Ieee80211DisassociationFrame::getBody | ( | ) | [virtual] |
virtual void Ieee80211DisassociationFrame::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211ManagementFrame.
virtual void Ieee80211DisassociationFrame::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from Ieee80211ManagementFrame.
Ieee80211DisassociationFrame& Ieee80211DisassociationFrame::operator= | ( | const Ieee80211DisassociationFrame & | other | ) |
bool Ieee80211DisassociationFrame::operator== | ( | const Ieee80211DisassociationFrame & | ) | [protected] |
virtual void Ieee80211DisassociationFrame::setBody | ( | const Ieee80211DisassociationFrameBody & | body_var | ) | [virtual] |