#include <Ieee80211Frame_m.h>
Inheritance diagram for Ieee80211Frame:
Ieee80211Frame.msg
by opp_msgc. message Ieee80211Frame { fields: byteLength = 14; short type enum(Ieee80211FrameType); bool toDS; bool fromDS; bool retry; bool moreFragments; double duration = -1; short AID = -1; MACAddress receiverAddress; };
Public Member Functions | |
Ieee80211Frame (const char *name=NULL, int kind=0) | |
Ieee80211Frame (const Ieee80211Frame &other) | |
virtual | ~Ieee80211Frame () |
Ieee80211Frame & | operator= (const Ieee80211Frame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual short | getType () const |
virtual void | setType (short type_var) |
virtual bool | getToDS () const |
virtual void | setToDS (bool toDS_var) |
virtual bool | getFromDS () const |
virtual void | setFromDS (bool fromDS_var) |
virtual bool | getRetry () const |
virtual void | setRetry (bool retry_var) |
virtual bool | getMoreFragments () const |
virtual void | setMoreFragments (bool moreFragments_var) |
virtual double | getDuration () const |
virtual void | setDuration (double duration_var) |
virtual short | getAID () const |
virtual void | setAID (short AID_var) |
virtual MACAddress & | getReceiverAddress () |
virtual const MACAddress & | getReceiverAddress () const |
virtual void | setReceiverAddress (const MACAddress &receiverAddress_var) |
Protected Member Functions | |
bool | operator== (const Ieee80211Frame &) |
Protected Attributes | |
short | type_var |
bool | toDS_var |
bool | fromDS_var |
bool | retry_var |
bool | moreFragments_var |
double | duration_var |
short | AID_var |
MACAddress | receiverAddress_var |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
00129 {return const_cast<Ieee80211Frame*>(this)->getReceiverAddress();}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|