INET Framework for OMNeT++/OMNEST
SCTPPathInfo Class Reference

#include <SCTPCommand_m.h>

Inheritance diagram for SCTPPathInfo:
SCTPCommand

List of all members.

Public Member Functions

 SCTPPathInfo (const char *name=NULL)
 SCTPPathInfo (const SCTPPathInfo &other)
virtual ~SCTPPathInfo ()
SCTPPathInfooperator= (const SCTPPathInfo &other)
virtual SCTPPathInfodup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual IPvXAddressgetRemoteAddress ()
virtual const IPvXAddressgetRemoteAddress () const
virtual void setRemoteAddress (const IPvXAddress &remoteAddress)

Protected Member Functions

bool operator== (const SCTPPathInfo &)

Protected Attributes

IPvXAddress remoteAddress_var

Private Member Functions

void copy (const SCTPPathInfo &other)

Detailed Description

Class generated from transport/contract/SCTPCommand.msg by opp_msgc.

 class SCTPPathInfo extends SCTPCommand
 {
     IPvXAddress remoteAddress;
 }
 

Definition at line 403 of file SCTPCommand_m.h.


Constructor & Destructor Documentation

SCTPPathInfo::SCTPPathInfo ( const char *  name = NULL)

Referenced by dup().

virtual SCTPPathInfo::~SCTPPathInfo ( ) [virtual]

Member Function Documentation

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

Reimplemented from SCTPCommand.

Definition at line 420 of file SCTPCommand_m.h.

Referenced by SCTPAssociation::SCTPAssociation(), and SCTPPathVariables::SCTPPathVariables().

{return new SCTPPathInfo(*this);}
virtual const IPvXAddress& SCTPPathInfo::getRemoteAddress ( ) const [inline, virtual]

Definition at line 426 of file SCTPCommand_m.h.

Referenced by getRemoteAddress().

{return const_cast<SCTPPathInfo*>(this)->getRemoteAddress();}
SCTPPathInfo& SCTPPathInfo::operator= ( const SCTPPathInfo other)
bool SCTPPathInfo::operator== ( const SCTPPathInfo ) [protected]
virtual void SCTPPathInfo::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from SCTPCommand.

Referenced by doPacking().

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

Reimplemented from SCTPCommand.

Referenced by doUnpacking().


Member Data Documentation

Definition at line 406 of file SCTPCommand_m.h.


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