#include <Ieee80211Frame_m.h>
Inheritance diagram for Ieee80211CTSFrame:
Ieee80211Frame.msg
by opp_msgc. message Ieee80211CTSFrame extends Ieee80211OneAddressFrame { fields: type = ST_CTS; };
Public Member Functions | |
Ieee80211CTSFrame (const char *name=NULL, int kind=0) | |
Ieee80211CTSFrame (const Ieee80211CTSFrame &other) | |
virtual | ~Ieee80211CTSFrame () |
Ieee80211CTSFrame & | operator= (const Ieee80211CTSFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const Ieee80211CTSFrame &) |
|
|
|
|
|
|
|
Reimplemented from Ieee80211OneAddressFrame. 00289 {return new Ieee80211CTSFrame(*this);}
|
|
Reimplemented from Ieee80211OneAddressFrame. |
|
Reimplemented from Ieee80211OneAddressFrame. |
|
|
|
|