#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 |
ICMPv6ParamProblemMsg::ICMPv6ParamProblemMsg | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
ICMPv6ParamProblemMsg::ICMPv6ParamProblemMsg | ( | const ICMPv6ParamProblemMsg & | other | ) |
virtual ICMPv6ParamProblemMsg::~ICMPv6ParamProblemMsg | ( | ) | [virtual] |
virtual int ICMPv6ParamProblemMsg::code | ( | ) | const [virtual] |
virtual cPolymorphic* ICMPv6ParamProblemMsg::dup | ( | ) | const [inline, virtual] |
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] |
int ICMPv6ParamProblemMsg::code_var [protected] |