INET Framework for OMNeT++/OMNEST
inet::TCPErrorInfo Class Reference

Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:101 by nedtool. More...

#include <TCPCommand_m.h>

Inheritance diagram for inet::TCPErrorInfo:
inet::TCPCommand

Public Member Functions

 TCPErrorInfo ()
 
 TCPErrorInfo (const TCPErrorInfo &other)
 
virtual ~TCPErrorInfo ()
 
TCPErrorInfooperator= (const TCPErrorInfo &other)
 
virtual TCPErrorInfodup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getErrorCode () const
 
virtual void setErrorCode (int errorCode)
 
virtual const char * getMessageText () const
 
virtual void setMessageText (const char *messageText)
 
- Public Member Functions inherited from inet::TCPCommand
 TCPCommand ()
 
 TCPCommand (const TCPCommand &other)
 
virtual ~TCPCommand ()
 
TCPCommandoperator= (const TCPCommand &other)
 
virtual int getConnId () const
 
virtual void setConnId (int connId)
 
virtual int getUserId () const
 
virtual void setUserId (int userId)
 

Protected Member Functions

bool operator== (const TCPErrorInfo &)
 
- Protected Member Functions inherited from inet::TCPCommand
bool operator== (const TCPCommand &)
 

Protected Attributes

int errorCode
 
::omnetpp::opp_string messageText
 
- Protected Attributes inherited from inet::TCPCommand
int connId
 
int userId
 

Private Member Functions

void copy (const TCPErrorInfo &other)
 

Detailed Description

Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:101 by nedtool.

//
// Currently not in use.
//
class TCPErrorInfo extends TCPCommand
{
    int errorCode @enum(TCPErrorCode);
    string messageText;
}

Constructor & Destructor Documentation

inet::TCPErrorInfo::TCPErrorInfo ( )
inet::TCPErrorInfo::TCPErrorInfo ( const TCPErrorInfo other)
virtual inet::TCPErrorInfo::~TCPErrorInfo ( )
virtual

Member Function Documentation

void inet::TCPErrorInfo::copy ( const TCPErrorInfo other)
private
virtual TCPErrorInfo* inet::TCPErrorInfo::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::TCPCommand.

213 {return new TCPErrorInfo(*this);}
virtual int inet::TCPErrorInfo::getErrorCode ( ) const
virtual
virtual const char* inet::TCPErrorInfo::getMessageText ( ) const
virtual
TCPErrorInfo& inet::TCPErrorInfo::operator= ( const TCPErrorInfo other)
bool inet::TCPErrorInfo::operator== ( const TCPErrorInfo )
protected
virtual void inet::TCPErrorInfo::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::TCPCommand.

Referenced by inet::doParsimPacking().

virtual void inet::TCPErrorInfo::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::TCPCommand.

Referenced by inet::doParsimUnpacking().

virtual void inet::TCPErrorInfo::setErrorCode ( int  errorCode)
virtual
virtual void inet::TCPErrorInfo::setMessageText ( const char *  messageText)
virtual

Member Data Documentation

int inet::TCPErrorInfo::errorCode
protected
::omnetpp::opp_string inet::TCPErrorInfo::messageText
protected

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