TCPErrorInfo Class Reference

#include <TCPCommand_m.h>

Inheritance diagram for TCPErrorInfo:

TCPCommand List of all members.

Detailed Description

Class generated from 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 ()
TCPErrorInfooperator= (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


Constructor & Destructor Documentation

TCPErrorInfo::TCPErrorInfo (  ) 

TCPErrorInfo::TCPErrorInfo ( const TCPErrorInfo other  ) 

virtual TCPErrorInfo::~TCPErrorInfo (  )  [virtual]


Member Function Documentation

virtual cPolymorphic* TCPErrorInfo::dup (  )  const [inline, virtual]

Reimplemented from TCPCommand.

00153 {return new TCPErrorInfo(*this);}

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]


Member Data Documentation

int TCPErrorInfo::errorCode_var [protected]

opp_string TCPErrorInfo::messageText_var [protected]


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:24 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7