#include <TCPCommand_m.h>
Inheritance diagram for TCPErrorInfo:
TCPCommand.msg
by opp_msgc. class TCPErrorInfo extends TCPCommand { properties: omitGetVerb = true; fields: int errorCode enum(TCPErrorCode); string messageText; };
Public Member Functions | |
TCPErrorInfo () | |
TCPErrorInfo (const TCPErrorInfo &other) | |
virtual | ~TCPErrorInfo () |
TCPErrorInfo & | operator= (const TCPErrorInfo &other) |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | errorCode () const |
virtual void | setErrorCode (int errorCode_var) |
virtual const char * | messageText () const |
virtual void | setMessageText (const char *messageText_var) |
Protected Member Functions | |
bool | operator== (const TCPErrorInfo &) |
Protected Attributes | |
int | errorCode_var |
opp_string | messageText_var |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TCPCommand. |
|
Reimplemented from TCPCommand. |
|
|
|
|
|
|
|
|
|
|
|
|