INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211CTSFrame Class Reference

Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:157 by nedtool. More...

#include <Ieee80211Frame_m.h>

Inheritance diagram for inet::ieee80211::Ieee80211CTSFrame:
inet::ieee80211::Ieee80211OneAddressFrame inet::ieee80211::Ieee80211Frame

Public Member Functions

 Ieee80211CTSFrame (const char *name=nullptr, short kind=0)
 
 Ieee80211CTSFrame (const Ieee80211CTSFrame &other)
 
virtual ~Ieee80211CTSFrame ()
 
Ieee80211CTSFrameoperator= (const Ieee80211CTSFrame &other)
 
virtual Ieee80211CTSFramedup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::ieee80211::Ieee80211OneAddressFrame
 Ieee80211OneAddressFrame (const char *name=nullptr, short kind=0)
 
 Ieee80211OneAddressFrame (const Ieee80211OneAddressFrame &other)
 
virtual ~Ieee80211OneAddressFrame ()
 
Ieee80211OneAddressFrameoperator= (const Ieee80211OneAddressFrame &other)
 
- Public Member Functions inherited from inet::ieee80211::Ieee80211Frame
 Ieee80211Frame (const char *name=nullptr, short kind=0)
 
 Ieee80211Frame (const Ieee80211Frame &other)
 
virtual ~Ieee80211Frame ()
 
Ieee80211Frameoperator= (const Ieee80211Frame &other)
 
virtual short getType () const
 
virtual void setType (short type)
 
virtual bool getToDS () const
 
virtual void setToDS (bool toDS)
 
virtual bool getFromDS () const
 
virtual void setFromDS (bool fromDS)
 
virtual bool getRetry () const
 
virtual void setRetry (bool retry)
 
virtual bool getMoreFragments () const
 
virtual void setMoreFragments (bool moreFragments)
 
virtual ::omnetpp::simtime_t getDuration () const
 
virtual void setDuration (::omnetpp::simtime_t duration)
 
virtual short getAID () const
 
virtual void setAID (short AID)
 
virtual MACAddressgetReceiverAddress ()
 
virtual const MACAddressgetReceiverAddress () const
 
virtual void setReceiverAddress (const MACAddress &receiverAddress)
 
virtual ::omnetpp::simtime_t getMACArrive () const
 
virtual void setMACArrive (::omnetpp::simtime_t MACArrive)
 

Protected Member Functions

bool operator== (const Ieee80211CTSFrame &)
 
- Protected Member Functions inherited from inet::ieee80211::Ieee80211OneAddressFrame
bool operator== (const Ieee80211OneAddressFrame &)
 
- Protected Member Functions inherited from inet::ieee80211::Ieee80211Frame
bool operator== (const Ieee80211Frame &)
 

Private Member Functions

void copy (const Ieee80211CTSFrame &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::ieee80211::Ieee80211Frame
short type
 
bool toDS
 
bool fromDS
 
bool retry
 
bool moreFragments
 
::omnetpp::simtime_t duration
 
short AID
 
MACAddress receiverAddress
 
::omnetpp::simtime_t MACArrive
 

Detailed Description

Class generated from inet/linklayer/ieee80211/mac/Ieee80211Frame.msg:157 by nedtool.

//
// Format of the 802.11 CTS frame
//
packet Ieee80211CTSFrame extends Ieee80211OneAddressFrame
{
    byteLength = LENGTH_CTS / 8;
    type = ST_CTS;
}

Constructor & Destructor Documentation

inet::ieee80211::Ieee80211CTSFrame::Ieee80211CTSFrame ( const char *  name = nullptr,
short  kind = 0 
)
inet::ieee80211::Ieee80211CTSFrame::Ieee80211CTSFrame ( const Ieee80211CTSFrame other)
virtual inet::ieee80211::Ieee80211CTSFrame::~Ieee80211CTSFrame ( )
virtual

Member Function Documentation

void inet::ieee80211::Ieee80211CTSFrame::copy ( const Ieee80211CTSFrame other)
private
virtual Ieee80211CTSFrame* inet::ieee80211::Ieee80211CTSFrame::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::ieee80211::Ieee80211OneAddressFrame.

413 {return new Ieee80211CTSFrame(*this);}
Ieee80211CTSFrame(const char *name=nullptr, short kind=0)
Ieee80211CTSFrame& inet::ieee80211::Ieee80211CTSFrame::operator= ( const Ieee80211CTSFrame other)
bool inet::ieee80211::Ieee80211CTSFrame::operator== ( const Ieee80211CTSFrame )
protected
virtual void inet::ieee80211::Ieee80211CTSFrame::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual
virtual void inet::ieee80211::Ieee80211CTSFrame::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

The documentation for this class was generated from the following file: