#include <ICMPv6Message_m.h>
Inheritance diagram for ICMPv6ParamProblemMsg:
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 () |
ICMPv6ParamProblemMsg & | operator= (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 |
|
|
|
|
|
|
|
|
|
Reimplemented from ICMPv6Message. 00296 {return new ICMPv6ParamProblemMsg(*this);}
|
|
Reimplemented from ICMPv6Message. |
|
Reimplemented from ICMPv6Message. |
|
|
|
|
|
|
|
|