INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:101
by nedtool.
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 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 () |
TCPCommand & | operator= (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) |
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; }
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 | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |