|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:86 by opp_msgtool.
More...
#include <TcpCommand_m.h>
Public Member Functions | |
| TcpErrorInfo () | |
| TcpErrorInfo (const TcpErrorInfo &other) | |
| virtual | ~TcpErrorInfo () |
| TcpErrorInfo & | operator= (const TcpErrorInfo &other) |
| virtual TcpErrorInfo * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual TcpErrorCode | getErrorCode () const |
| virtual void | setErrorCode (TcpErrorCode 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 () |
| TcpCommand & | operator= (const TcpCommand &other) |
| virtual int | getUserId () const |
| virtual void | setUserId (int userId) |
Protected Member Functions | |
| bool | operator== (const TcpErrorInfo &)=delete |
Protected Member Functions inherited from inet::TcpCommand | |
| bool | operator== (const TcpCommand &)=delete |
Protected Attributes | |
| TcpErrorCode | errorCode = static_cast<inet::TcpErrorCode>(-1) |
| ::omnetpp::opp_string | messageText |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Private Member Functions | |
| void | copy (const TcpErrorInfo &other) |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:86 by opp_msgtool.
// // Currently not in use. // class TcpErrorInfo extends TcpCommand { TcpErrorCode errorCode; string messageText; }
| inet::TcpErrorInfo::TcpErrorInfo | ( | ) |
| inet::TcpErrorInfo::TcpErrorInfo | ( | const TcpErrorInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TcpCommand.
|
virtual |
|
virtual |
| TcpErrorInfo& inet::TcpErrorInfo::operator= | ( | const TcpErrorInfo & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |