INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:171
by nedtool.
More...
#include <TCPCommand_m.h>
Public Member Functions | |
TCPSendCommand () | |
TCPSendCommand (const TCPSendCommand &other) | |
virtual | ~TCPSendCommand () |
TCPSendCommand & | operator= (const TCPSendCommand &other) |
virtual TCPSendCommand * | 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 | getConnId () const |
virtual void | setConnId (int connId) |
virtual int | getUserId () const |
virtual void | setUserId (int userId) |
Protected Member Functions | |
bool | operator== (const TCPSendCommand &) |
Protected Member Functions inherited from inet::TCPCommand | |
bool | operator== (const TCPCommand &) |
Private Member Functions | |
void | copy (const TCPSendCommand &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::TCPCommand | |
int | connId |
int | userId |
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:171
by nedtool.
// // Control info to be used with the SEND command. // // @see ~TcpCommandCode, ~ITCP // class TCPSendCommand extends TCPCommand { }
inet::TCPSendCommand::TCPSendCommand | ( | ) |
inet::TCPSendCommand::TCPSendCommand | ( | const TCPSendCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TCPCommand.
TCPSendCommand& inet::TCPSendCommand::operator= | ( | const TCPSendCommand & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimUnpacking().