|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPCommand_m.h>
Public Member Functions | |
| SCTPErrorInfo (const char *name=NULL) | |
| SCTPErrorInfo (const SCTPErrorInfo &other) | |
| virtual | ~SCTPErrorInfo () |
| SCTPErrorInfo & | operator= (const SCTPErrorInfo &other) |
| virtual SCTPErrorInfo * | dup () 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) |
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.
| SCTPErrorInfo::SCTPErrorInfo | ( | const char * | name = NULL | ) |
Referenced by dup().
| SCTPErrorInfo::SCTPErrorInfo | ( | const SCTPErrorInfo & | other | ) |
| virtual SCTPErrorInfo::~SCTPErrorInfo | ( | ) | [virtual] |
| 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] |
int SCTPErrorInfo::errorCode_var [protected] |
Definition at line 121 of file SCTPCommand_m.h.
opp_string SCTPErrorInfo::messageText_var [protected] |
Definition at line 122 of file SCTPCommand_m.h.