#include <ICMPv6Message_m.h>
Inheritance diagram for ICMPv6PacketTooBigMsg:
ICMPv6Message.msg
by opp_msgc. message ICMPv6PacketTooBigMsg extends ICMPv6Message { properties: omitGetVerb = true; fields: int code; int MTU; }
Public Member Functions | |
ICMPv6PacketTooBigMsg (const char *name=NULL, int kind=0) | |
ICMPv6PacketTooBigMsg (const ICMPv6PacketTooBigMsg &other) | |
virtual | ~ICMPv6PacketTooBigMsg () |
ICMPv6PacketTooBigMsg & | operator= (const ICMPv6PacketTooBigMsg &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) |
virtual int | MTU () const |
virtual void | setMTU (int MTU_var) |
Protected Member Functions | |
bool | operator== (const ICMPv6PacketTooBigMsg &) |
Protected Attributes | |
int | code_var |
int | MTU_var |
ICMPv6PacketTooBigMsg::ICMPv6PacketTooBigMsg | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
ICMPv6PacketTooBigMsg::ICMPv6PacketTooBigMsg | ( | const ICMPv6PacketTooBigMsg & | other | ) |
virtual ICMPv6PacketTooBigMsg::~ICMPv6PacketTooBigMsg | ( | ) | [virtual] |
virtual int ICMPv6PacketTooBigMsg::code | ( | ) | const [virtual] |
virtual cPolymorphic* ICMPv6PacketTooBigMsg::dup | ( | ) | const [inline, virtual] |
virtual int ICMPv6PacketTooBigMsg::MTU | ( | ) | const [virtual] |
virtual void ICMPv6PacketTooBigMsg::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from ICMPv6Message.
virtual void ICMPv6PacketTooBigMsg::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from ICMPv6Message.
ICMPv6PacketTooBigMsg& ICMPv6PacketTooBigMsg::operator= | ( | const ICMPv6PacketTooBigMsg & | other | ) |
bool ICMPv6PacketTooBigMsg::operator== | ( | const ICMPv6PacketTooBigMsg & | ) | [protected] |
virtual void ICMPv6PacketTooBigMsg::setCode | ( | int | code_var | ) | [virtual] |
virtual void ICMPv6PacketTooBigMsg::setMTU | ( | int | MTU_var | ) | [virtual] |
int ICMPv6PacketTooBigMsg::code_var [protected] |
int ICMPv6PacketTooBigMsg::MTU_var [protected] |