INET Framework for OMNeT++/OMNEST
inet::EtherAppResp Class Reference

Class generated from inet/applications/ethernet/EtherApp.msg:42 by nedtool. More...

#include <EtherApp_m.h>

Inheritance diagram for inet::EtherAppResp:

Public Member Functions

 EtherAppResp (const char *name=nullptr, short kind=0)
 
 EtherAppResp (const EtherAppResp &other)
 
virtual ~EtherAppResp ()
 
EtherAppRespoperator= (const EtherAppResp &other)
 
virtual EtherAppRespdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getRequestId () const
 
virtual void setRequestId (int requestId)
 
virtual int getNumFrames () const
 
virtual void setNumFrames (int numFrames)
 

Protected Member Functions

bool operator== (const EtherAppResp &)
 

Protected Attributes

int requestId
 
int numFrames
 

Private Member Functions

void copy (const EtherAppResp &other)
 

Detailed Description

Class generated from inet/applications/ethernet/EtherApp.msg:42 by nedtool.

//
// Packet sent back by ~EtherAppSrv in response to an ~EtherAppReq.
//
packet EtherAppResp
{
    int requestId;
    int numFrames;
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::EtherAppResp::copy ( const EtherAppResp other)
private
virtual EtherAppResp* inet::EtherAppResp::dup ( ) const
inlineoverridevirtual
118 {return new EtherAppResp(*this);}
EtherAppResp(const char *name=nullptr, short kind=0)
virtual int inet::EtherAppResp::getNumFrames ( ) const
virtual
virtual int inet::EtherAppResp::getRequestId ( ) const
virtual
EtherAppResp& inet::EtherAppResp::operator= ( const EtherAppResp other)
bool inet::EtherAppResp::operator== ( const EtherAppResp )
protected
virtual void inet::EtherAppResp::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Referenced by inet::doParsimPacking().

virtual void inet::EtherAppResp::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Referenced by inet::doParsimUnpacking().

virtual void inet::EtherAppResp::setNumFrames ( int  numFrames)
virtual
virtual void inet::EtherAppResp::setRequestId ( int  requestId)
virtual

Member Data Documentation

int inet::EtherAppResp::numFrames
protected
int inet::EtherAppResp::requestId
protected

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