|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:129 by opp_msgtool.
More...
#include <TcpCommand_m.h>
Public Member Functions | |
| TcpAcceptCommand () | |
| TcpAcceptCommand (const TcpAcceptCommand &other) | |
| virtual | ~TcpAcceptCommand () |
| TcpAcceptCommand & | operator= (const TcpAcceptCommand &other) |
| virtual TcpAcceptCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
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 TcpAcceptCommand &)=delete |
Protected Member Functions inherited from inet::TcpCommand | |
| bool | operator== (const TcpCommand &)=delete |
Private Member Functions | |
| void | copy (const TcpAcceptCommand &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:129 by opp_msgtool.
// // Control info to be used to accept an available connection. // class TcpAcceptCommand extends TcpCommand { }
| inet::TcpAcceptCommand::TcpAcceptCommand | ( | ) |
| inet::TcpAcceptCommand::TcpAcceptCommand | ( | const TcpAcceptCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TcpCommand.
| TcpAcceptCommand& inet::TcpAcceptCommand::operator= | ( | const TcpAcceptCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Referenced by inet::doParsimUnpacking().