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

Class generated from inet/networklayer/icmpv6/ICMPv6Message.msg:131 by nedtool. More...

#include <ICMPv6Message_m.h>

Inheritance diagram for inet::ICMPv6ParamProblemMsg:
inet::ICMPv6Message

Public Member Functions

 ICMPv6ParamProblemMsg (const char *name=nullptr, short kind=0)
 
 ICMPv6ParamProblemMsg (const ICMPv6ParamProblemMsg &other)
 
virtual ~ICMPv6ParamProblemMsg ()
 
ICMPv6ParamProblemMsgoperator= (const ICMPv6ParamProblemMsg &other)
 
virtual ICMPv6ParamProblemMsgdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getCode () const
 
virtual void setCode (int code)
 
- Public Member Functions inherited from inet::ICMPv6Message
 ICMPv6Message (const char *name=nullptr, short kind=0)
 
 ICMPv6Message (const ICMPv6Message &other)
 
virtual ~ICMPv6Message ()
 
ICMPv6Messageoperator= (const ICMPv6Message &other)
 
virtual int getType () const
 
virtual void setType (int type)
 

Protected Member Functions

bool operator== (const ICMPv6ParamProblemMsg &)
 
- Protected Member Functions inherited from inet::ICMPv6Message
bool operator== (const ICMPv6Message &)
 

Protected Attributes

int code
 
- Protected Attributes inherited from inet::ICMPv6Message
int type
 

Private Member Functions

void copy (const ICMPv6ParamProblemMsg &other)
 

Detailed Description

Class generated from inet/networklayer/icmpv6/ICMPv6Message.msg:131 by nedtool.

packet ICMPv6ParamProblemMsg extends ICMPv6Message
{
    int code @enum(ICMPv6_PARAMETER_PROB);
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::ICMPv6Message.

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

Reimplemented from inet::ICMPv6Message.

Referenced by inet::doParsimPacking().

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

Reimplemented from inet::ICMPv6Message.

Referenced by inet::doParsimUnpacking().

virtual void inet::ICMPv6ParamProblemMsg::setCode ( int  code)
virtual

Member Data Documentation

int inet::ICMPv6ParamProblemMsg::code
protected

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