|
INET Framework for OMNeT++/OMNEST
|
#include <ICMPv6Message_m.h>
Public Member Functions | |
| ICMPv6ParamProblemMsg (const char *name=NULL, int kind=0) | |
| ICMPv6ParamProblemMsg (const ICMPv6ParamProblemMsg &other) | |
| virtual | ~ICMPv6ParamProblemMsg () |
| ICMPv6ParamProblemMsg & | operator= (const ICMPv6ParamProblemMsg &other) |
| virtual ICMPv6ParamProblemMsg * | dup () 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) |
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.
| ICMPv6ParamProblemMsg::ICMPv6ParamProblemMsg | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| ICMPv6ParamProblemMsg::ICMPv6ParamProblemMsg | ( | const ICMPv6ParamProblemMsg & | other | ) |
| virtual ICMPv6ParamProblemMsg::~ICMPv6ParamProblemMsg | ( | ) | [virtual] |
| 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] |
Referenced by IPv6ErrorHandling::handleMessage().
| 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] |
Referenced by ICMPv6::createParamProblemMsg().
int ICMPv6ParamProblemMsg::code_var [protected] |
Definition at line 291 of file ICMPv6Message_m.h.