#include <Ieee80211MgmtFrames_m.h>
Inheritance diagram for Ieee80211ReassociationResponseFrame:
Ieee80211MgmtFrames.msg
by opp_msgc. message Ieee80211ReassociationResponseFrame extends Ieee80211ManagementFrame { fields: type = ST_REASSOCIATIONRESPONSE; byteLength = 34+getBody().getBodyLength(); Ieee80211ReassociationResponseFrameBody body; };
Public Member Functions | |
Ieee80211ReassociationResponseFrame (const char *name=NULL, int kind=0) | |
Ieee80211ReassociationResponseFrame (const Ieee80211ReassociationResponseFrame &other) | |
virtual | ~Ieee80211ReassociationResponseFrame () |
Ieee80211ReassociationResponseFrame & | operator= (const Ieee80211ReassociationResponseFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual Ieee80211ReassociationResponseFrameBody & | getBody () |
virtual const Ieee80211ReassociationResponseFrameBody & | getBody () const |
virtual void | setBody (const Ieee80211ReassociationResponseFrameBody &body_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211ReassociationResponseFrame &) |
Protected Attributes | |
Ieee80211ReassociationResponseFrameBody | body_var |
|
|
|
|
|
|
|
Reimplemented from Ieee80211ManagementFrame. 00838 {return new Ieee80211ReassociationResponseFrame(*this);}
|
|
00844 {return const_cast<Ieee80211ReassociationResponseFrame*>(this)->getBody();}
|
|
|
|
Reimplemented from Ieee80211ManagementFrame. |
|
Reimplemented from Ieee80211ManagementFrame. |
|
|
|
|
|
|
|
|