|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:136 by opp_msgtool.
More...
#include <TcpCommand_m.h>
Public Member Functions | |
| TcpSetOptionCommand () | |
| TcpSetOptionCommand (const TcpSetOptionCommand &other) | |
| virtual | ~TcpSetOptionCommand () |
| TcpSetOptionCommand & | operator= (const TcpSetOptionCommand &other) |
| virtual TcpSetOptionCommand * | 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 TcpSetOptionCommand &)=delete |
Protected Member Functions inherited from inet::TcpCommand | |
| bool | operator== (const TcpCommand &)=delete |
Private Member Functions | |
| void | copy (const TcpSetOptionCommand &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:136 by opp_msgtool.
// // Base class for TCP socket option control info classes. // class TcpSetOptionCommand extends TcpCommand { }
| inet::TcpSetOptionCommand::TcpSetOptionCommand | ( | ) |
| inet::TcpSetOptionCommand::TcpSetOptionCommand | ( | const TcpSetOptionCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TcpCommand.
Reimplemented in inet::TcpSetTosCommand, inet::TcpSetDscpCommand, and inet::TcpSetTimeToLiveCommand.
| TcpSetOptionCommand& inet::TcpSetOptionCommand::operator= | ( | const TcpSetOptionCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Reimplemented in inet::TcpSetTosCommand, inet::TcpSetDscpCommand, and inet::TcpSetTimeToLiveCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Reimplemented in inet::TcpSetTosCommand, inet::TcpSetDscpCommand, and inet::TcpSetTimeToLiveCommand.
Referenced by inet::doParsimUnpacking().