INET Framework for OMNeT++/OMNEST
TCPErrorInfo Class Reference

#include <TCPCommand_m.h>

Inheritance diagram for TCPErrorInfo:
TCPCommand

List of all members.

Public Member Functions

 TCPErrorInfo ()
 TCPErrorInfo (const TCPErrorInfo &other)
virtual ~TCPErrorInfo ()
TCPErrorInfooperator= (const TCPErrorInfo &other)
virtual TCPErrorInfodup () 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)

Detailed Description

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.


Constructor & Destructor Documentation

Referenced by dup().

virtual TCPErrorInfo::~TCPErrorInfo ( ) [virtual]

Member Function Documentation

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]

Member Data Documentation

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.


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