INET Framework for OMNeT++/OMNEST
ICMPv6ParamProblemMsg Class Reference

#include <ICMPv6Message_m.h>

Inheritance diagram for ICMPv6ParamProblemMsg:
ICMPv6Message

List of all members.

Public Member Functions

 ICMPv6ParamProblemMsg (const char *name=NULL, int kind=0)
 ICMPv6ParamProblemMsg (const ICMPv6ParamProblemMsg &other)
virtual ~ICMPv6ParamProblemMsg ()
ICMPv6ParamProblemMsgoperator= (const ICMPv6ParamProblemMsg &other)
virtual ICMPv6ParamProblemMsgdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getCode () const
virtual void setCode (int code)

Protected Member Functions

bool operator== (const ICMPv6ParamProblemMsg &)

Protected Attributes

int code_var

Private Member Functions

void copy (const ICMPv6ParamProblemMsg &other)

Detailed Description

Class generated from networklayer/icmpv6/ICMPv6Message.msg by opp_msgc.

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

Definition at line 288 of file ICMPv6Message_m.h.


Constructor & Destructor Documentation

ICMPv6ParamProblemMsg::ICMPv6ParamProblemMsg ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().


Member Function Documentation

void ICMPv6ParamProblemMsg::copy ( const ICMPv6ParamProblemMsg other) [private]
virtual ICMPv6ParamProblemMsg* ICMPv6ParamProblemMsg::dup ( ) const [inline, virtual]

Reimplemented from ICMPv6Message.

Definition at line 305 of file ICMPv6Message_m.h.

{return new ICMPv6ParamProblemMsg(*this);}
virtual int ICMPv6ParamProblemMsg::getCode ( ) const [virtual]
ICMPv6ParamProblemMsg& ICMPv6ParamProblemMsg::operator= ( const ICMPv6ParamProblemMsg other)
bool ICMPv6ParamProblemMsg::operator== ( const ICMPv6ParamProblemMsg ) [protected]
virtual void ICMPv6ParamProblemMsg::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from ICMPv6Message.

Referenced by doPacking().

virtual void ICMPv6ParamProblemMsg::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from ICMPv6Message.

Referenced by doUnpacking().

virtual void ICMPv6ParamProblemMsg::setCode ( int  code) [virtual]

Member Data Documentation

Definition at line 291 of file ICMPv6Message_m.h.


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