INET Framework for OMNeT++/OMNEST
SCTPErrorInfo Class Reference

#include <SCTPCommand_m.h>

Inheritance diagram for SCTPErrorInfo:
SCTPCommand

List of all members.

Public Member Functions

 SCTPErrorInfo (const char *name=NULL)
 SCTPErrorInfo (const SCTPErrorInfo &other)
virtual ~SCTPErrorInfo ()
SCTPErrorInfooperator= (const SCTPErrorInfo &other)
virtual SCTPErrorInfodup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getErrorCode () const
virtual void setErrorCode (int errorCode)
virtual const char * getMessageText () const
virtual void setMessageText (const char *messageText)

Protected Member Functions

bool operator== (const SCTPErrorInfo &)

Protected Attributes

int errorCode_var
opp_string messageText_var

Private Member Functions

void copy (const SCTPErrorInfo &other)

Detailed Description

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

 class SCTPErrorInfo extends SCTPCommand
 {
     int errorCode enum(SCTPErrorCode);
     string messageText;
 }
 

Definition at line 118 of file SCTPCommand_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

virtual SCTPErrorInfo::~SCTPErrorInfo ( ) [virtual]

Member Function Documentation

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

Reimplemented from SCTPCommand.

Definition at line 136 of file SCTPCommand_m.h.

{return new SCTPErrorInfo(*this);}
virtual int SCTPErrorInfo::getErrorCode ( ) const [virtual]
virtual const char* SCTPErrorInfo::getMessageText ( ) const [virtual]
SCTPErrorInfo& SCTPErrorInfo::operator= ( const SCTPErrorInfo other)
bool SCTPErrorInfo::operator== ( const SCTPErrorInfo ) [protected]
virtual void SCTPErrorInfo::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from SCTPCommand.

Referenced by doPacking().

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

Reimplemented from SCTPCommand.

Referenced by doUnpacking().

virtual void SCTPErrorInfo::setErrorCode ( int  errorCode) [virtual]
virtual void SCTPErrorInfo::setMessageText ( const char *  messageText) [virtual]

Member Data Documentation

Definition at line 121 of file SCTPCommand_m.h.

opp_string SCTPErrorInfo::messageText_var [protected]

Definition at line 122 of file SCTPCommand_m.h.


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