Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ICMPv6ParamProblemMsg Class Reference

#include <ICMPv6Message_m.h>

Inheritance diagram for ICMPv6ParamProblemMsg:

ICMPv6Message List of all members.

Detailed Description

Class generated from ICMPv6Message.msg by opp_msgc.
 message ICMPv6ParamProblemMsg extends ICMPv6Message
 {
     properties:
         omitGetVerb = true;
     fields:
         int code enum(ICMPv6_PARAMETER_PROB);
 }
 


Public Member Functions

 ICMPv6ParamProblemMsg (const char *name=NULL, int kind=0)
 ICMPv6ParamProblemMsg (const ICMPv6ParamProblemMsg &other)
virtual ~ICMPv6ParamProblemMsg ()
ICMPv6ParamProblemMsgoperator= (const ICMPv6ParamProblemMsg &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual int code () const
virtual void setCode (int code_var)

Protected Member Functions

bool operator== (const ICMPv6ParamProblemMsg &)

Protected Attributes

int code_var


Constructor & Destructor Documentation

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

ICMPv6ParamProblemMsg::ICMPv6ParamProblemMsg const ICMPv6ParamProblemMsg other  ) 
 

virtual ICMPv6ParamProblemMsg::~ICMPv6ParamProblemMsg  )  [virtual]
 


Member Function Documentation

virtual int ICMPv6ParamProblemMsg::code  )  const [virtual]
 

virtual cPolymorphic* ICMPv6ParamProblemMsg::dup  )  const [inline, virtual]
 

Reimplemented from ICMPv6Message.

00296 {return new ICMPv6ParamProblemMsg(*this);}

virtual void ICMPv6ParamProblemMsg::netPack cCommBuffer *  b  )  [virtual]
 

Reimplemented from ICMPv6Message.

virtual void ICMPv6ParamProblemMsg::netUnpack cCommBuffer *  b  )  [virtual]
 

Reimplemented from ICMPv6Message.

ICMPv6ParamProblemMsg& ICMPv6ParamProblemMsg::operator= const ICMPv6ParamProblemMsg other  ) 
 

bool ICMPv6ParamProblemMsg::operator== const ICMPv6ParamProblemMsg  )  [protected]
 

virtual void ICMPv6ParamProblemMsg::setCode int  code_var  )  [virtual]
 


Member Data Documentation

int ICMPv6ParamProblemMsg::code_var [protected]
 


The documentation for this class was generated from the following file:
Generated on Thu Oct 19 18:22:22 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0