#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 cPolymorphic * | dup () const |
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 |
TCPErrorInfo::TCPErrorInfo | ( | ) |
TCPErrorInfo::TCPErrorInfo | ( | const TCPErrorInfo & | other | ) |
virtual TCPErrorInfo::~TCPErrorInfo | ( | ) | [virtual] |
virtual cPolymorphic* TCPErrorInfo::dup | ( | ) | const [inline, virtual] |
virtual int TCPErrorInfo::errorCode | ( | ) | const [virtual] |
virtual const char* TCPErrorInfo::messageText | ( | ) | const [virtual] |
virtual void TCPErrorInfo::netPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
virtual void TCPErrorInfo::netUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from TCPCommand.
TCPErrorInfo& TCPErrorInfo::operator= | ( | const TCPErrorInfo & | other | ) |
bool TCPErrorInfo::operator== | ( | const TCPErrorInfo & | ) | [protected] |
virtual void TCPErrorInfo::setErrorCode | ( | int | errorCode_var | ) | [virtual] |
virtual void TCPErrorInfo::setMessageText | ( | const char * | messageText_var | ) | [virtual] |
int TCPErrorInfo::errorCode_var [protected] |
opp_string TCPErrorInfo::messageText_var [protected] |