INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:182
by nedtool.
More...
#include <TCPCommand_m.h>
Public Member Functions | |
TCPConnectInfo () | |
TCPConnectInfo (const TCPConnectInfo &other) | |
virtual | ~TCPConnectInfo () |
TCPConnectInfo & | operator= (const TCPConnectInfo &other) |
virtual TCPConnectInfo * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual L3Address & | getLocalAddr () |
virtual const L3Address & | getLocalAddr () const |
virtual void | setLocalAddr (const L3Address &localAddr) |
virtual L3Address & | getRemoteAddr () |
virtual const L3Address & | getRemoteAddr () const |
virtual void | setRemoteAddr (const L3Address &remoteAddr) |
virtual int | getLocalPort () const |
virtual void | setLocalPort (int localPort) |
virtual int | getRemotePort () const |
virtual void | setRemotePort (int remotePort) |
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 TCPConnectInfo &) |
Protected Member Functions inherited from inet::TCPCommand | |
bool | operator== (const TCPCommand &) |
Protected Attributes | |
L3Address | localAddr |
L3Address | remoteAddr |
int | localPort |
int | remotePort |
Protected Attributes inherited from inet::TCPCommand | |
int | connId |
int | userId |
Private Member Functions | |
void | copy (const TCPConnectInfo &other) |
Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:182
by nedtool.
// // Sent with message kind TCP_I_ESTABLISHED, to let the app know // about the local and remote IP address and port. // // @see ~TcpCommandCode, ~ITCP // class TCPConnectInfo extends TCPCommand { L3Address localAddr; L3Address remoteAddr; int localPort; int remotePort; }
inet::TCPConnectInfo::TCPConnectInfo | ( | ) |
inet::TCPConnectInfo::TCPConnectInfo | ( | const TCPConnectInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TCPCommand.
|
virtual |
Referenced by inet::TCPSocket::processMessage(), and inet::TCPSocket::TCPSocket().
|
inlinevirtual |
Referenced by getLocalAddr().
|
virtual |
Referenced by inet::TCPSocket::processMessage(), and inet::TCPSocket::TCPSocket().
|
virtual |
Referenced by inet::TCPSocket::processMessage(), and inet::TCPSocket::TCPSocket().
|
inlinevirtual |
Referenced by getRemoteAddr().
|
virtual |
Referenced by inet::TCPSocket::processMessage(), and inet::TCPSocket::TCPSocket().
TCPConnectInfo& inet::TCPConnectInfo::operator= | ( | const TCPConnectInfo & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TCPCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |