ICMPv6PacketTooBigMsg Class Reference

#include <ICMPv6Message_m.h>

Inheritance diagram for ICMPv6PacketTooBigMsg:

ICMPv6Message List of all members.

Detailed Description

Class generated from 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 ()
ICMPv6PacketTooBigMsgoperator= (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


Constructor & Destructor Documentation

ICMPv6PacketTooBigMsg::ICMPv6PacketTooBigMsg ( const char *  name = NULL,
int  kind = 0 
)

ICMPv6PacketTooBigMsg::ICMPv6PacketTooBigMsg ( const ICMPv6PacketTooBigMsg other  ) 

virtual ICMPv6PacketTooBigMsg::~ICMPv6PacketTooBigMsg (  )  [virtual]


Member Function Documentation

virtual int ICMPv6PacketTooBigMsg::code (  )  const [virtual]

virtual cPolymorphic* ICMPv6PacketTooBigMsg::dup (  )  const [inline, virtual]

Reimplemented from ICMPv6Message.

00220 {return new ICMPv6PacketTooBigMsg(*this);}

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]


Member Data Documentation

int ICMPv6PacketTooBigMsg::code_var [protected]

int ICMPv6PacketTooBigMsg::MTU_var [protected]


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:20 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7