INET Framework for OMNeT++/OMNEST
ICMPv6EchoReplyMsg Class Reference

#include <ICMPv6Message_m.h>

Inheritance diagram for ICMPv6EchoReplyMsg:
ICMPv6Message

List of all members.

Public Member Functions

 ICMPv6EchoReplyMsg (const char *name=NULL, int kind=0)
 ICMPv6EchoReplyMsg (const ICMPv6EchoReplyMsg &other)
virtual ~ICMPv6EchoReplyMsg ()
ICMPv6EchoReplyMsgoperator= (const ICMPv6EchoReplyMsg &other)
virtual ICMPv6EchoReplyMsgdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getCode () const
virtual void setCode (int code)
virtual int getIdentifier () const
virtual void setIdentifier (int identifier)
virtual int getSeqNumber () const
virtual void setSeqNumber (int seqNumber)

Protected Member Functions

bool operator== (const ICMPv6EchoReplyMsg &)

Protected Attributes

int code_var
int identifier_var
int seqNumber_var

Private Member Functions

void copy (const ICMPv6EchoReplyMsg &other)

Detailed Description

Class generated from networklayer/icmpv6/ICMPv6Message.msg by opp_msgc.

 packet ICMPv6EchoReplyMsg extends ICMPv6Message
 {
     int code; 
     int identifier; 
     int seqNumber; 
 }
 

Definition at line 375 of file ICMPv6Message_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().


Member Function Documentation

void ICMPv6EchoReplyMsg::copy ( const ICMPv6EchoReplyMsg other) [private]
virtual ICMPv6EchoReplyMsg* ICMPv6EchoReplyMsg::dup ( ) const [inline, virtual]

Reimplemented from ICMPv6Message.

Definition at line 394 of file ICMPv6Message_m.h.

{return new ICMPv6EchoReplyMsg(*this);}
virtual int ICMPv6EchoReplyMsg::getCode ( ) const [virtual]
virtual int ICMPv6EchoReplyMsg::getIdentifier ( ) const [virtual]
virtual int ICMPv6EchoReplyMsg::getSeqNumber ( ) const [virtual]
ICMPv6EchoReplyMsg& ICMPv6EchoReplyMsg::operator= ( const ICMPv6EchoReplyMsg other)
bool ICMPv6EchoReplyMsg::operator== ( const ICMPv6EchoReplyMsg ) [protected]
virtual void ICMPv6EchoReplyMsg::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from ICMPv6Message.

Referenced by doPacking().

virtual void ICMPv6EchoReplyMsg::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from ICMPv6Message.

Referenced by doUnpacking().

virtual void ICMPv6EchoReplyMsg::setCode ( int  code) [virtual]
virtual void ICMPv6EchoReplyMsg::setIdentifier ( int  identifier) [virtual]
virtual void ICMPv6EchoReplyMsg::setSeqNumber ( int  seqNumber) [virtual]

Member Data Documentation

Definition at line 378 of file ICMPv6Message_m.h.

Definition at line 379 of file ICMPv6Message_m.h.

Definition at line 380 of file ICMPv6Message_m.h.


The documentation for this class was generated from the following file: