|
INET Framework for OMNeT++/OMNEST
|
#include <TCPCommand_m.h>
Public Member Functions | |
| TCPErrorInfo () | |
| TCPErrorInfo (const TCPErrorInfo &other) | |
| virtual | ~TCPErrorInfo () |
| TCPErrorInfo & | operator= (const TCPErrorInfo &other) |
| virtual TCPErrorInfo * | 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 TCPErrorInfo &) |
Protected Attributes | |
| int | errorCode_var |
| opp_string | messageText_var |
Private Member Functions | |
| void | copy (const TCPErrorInfo &other) |
Class generated from transport/contract/TCPCommand.msg by opp_msgc.
class TCPErrorInfo extends TCPCommand { int errorCode enum(TCPErrorCode); string messageText; }
Definition at line 140 of file TCPCommand_m.h.
Referenced by dup().
| TCPErrorInfo::TCPErrorInfo | ( | const TCPErrorInfo & | other | ) |
| virtual TCPErrorInfo::~TCPErrorInfo | ( | ) | [virtual] |
| void TCPErrorInfo::copy | ( | const TCPErrorInfo & | other | ) | [private] |
| virtual TCPErrorInfo* TCPErrorInfo::dup | ( | ) | const [inline, virtual] |
Reimplemented from TCPCommand.
Definition at line 158 of file TCPCommand_m.h.
{return new TCPErrorInfo(*this);}
| virtual int TCPErrorInfo::getErrorCode | ( | ) | const [virtual] |
| virtual const char* TCPErrorInfo::getMessageText | ( | ) | const [virtual] |
| TCPErrorInfo& TCPErrorInfo::operator= | ( | const TCPErrorInfo & | other | ) |
| bool TCPErrorInfo::operator== | ( | const TCPErrorInfo & | ) | [protected] |
| virtual void TCPErrorInfo::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
Referenced by doPacking().
| virtual void TCPErrorInfo::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
Referenced by doUnpacking().
| virtual void TCPErrorInfo::setErrorCode | ( | int | errorCode | ) | [virtual] |
| virtual void TCPErrorInfo::setMessageText | ( | const char * | messageText | ) | [virtual] |
int TCPErrorInfo::errorCode_var [protected] |
Definition at line 143 of file TCPCommand_m.h.
opp_string TCPErrorInfo::messageText_var [protected] |
Definition at line 144 of file TCPCommand_m.h.