Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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 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 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 Thu Oct 19 18:22:31 2006 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.0