|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:161 by opp_msgtool.
More...
#include <TcpCommand_m.h>
Public Member Functions | |
| TcpAvailableInfo () | |
| TcpAvailableInfo (const TcpAvailableInfo &other) | |
| virtual | ~TcpAvailableInfo () |
| TcpAvailableInfo & | operator= (const TcpAvailableInfo &other) |
| virtual TcpAvailableInfo * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const L3Address & | getLocalAddr () const |
| virtual L3Address & | getLocalAddrForUpdate () |
| virtual void | setLocalAddr (const L3Address &localAddr) |
| virtual const L3Address & | getRemoteAddr () const |
| virtual L3Address & | getRemoteAddrForUpdate () |
| virtual void | setRemoteAddr (const L3Address &remoteAddr) |
| virtual int | getLocalPort () const |
| virtual void | setLocalPort (int localPort) |
| virtual int | getRemotePort () const |
| virtual void | setRemotePort (int remotePort) |
| virtual int | getNewSocketId () const |
| virtual void | setNewSocketId (int newSocketId) |
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 TcpAvailableInfo &)=delete |
Protected Member Functions inherited from inet::TcpCommand | |
| bool | operator== (const TcpCommand &)=delete |
Protected Attributes | |
| L3Address | localAddr |
| L3Address | remoteAddr |
| int | localPort = 0 |
| int | remotePort = 0 |
| int | newSocketId = 0 |
Protected Attributes inherited from inet::TcpCommand | |
| int | userId = -1 |
Private Member Functions | |
| void | copy (const TcpAvailableInfo &other) |
Class generated from inet/transportlayer/contract/tcp/TcpCommand.msg:161 by opp_msgtool.
// // Sent with message kind TCP_I_AVAILABLE, to let the app know // about the local and remote IP address and port. // // @see ~TcpCommandCode, ~ITcp // class TcpAvailableInfo extends TcpCommand { L3Address localAddr; L3Address remoteAddr; int localPort; int remotePort; int newSocketId; }
| inet::TcpAvailableInfo::TcpAvailableInfo | ( | ) |
| inet::TcpAvailableInfo::TcpAvailableInfo | ( | const TcpAvailableInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::TcpCommand.
|
virtual |
Referenced by inet::TcpSocket::TcpSocket().
|
inlinevirtual |
|
virtual |
Referenced by inet::TcpSocket::TcpSocket().
|
virtual |
Referenced by inet::TcpServerSocketIo::acceptSocket(), inet::NetPerfMeter::handleMessage(), inet::TcpSocket::processMessage(), inet::TcpServerHostApp::socketAvailable(), inet::TcpAppBase::socketAvailable(), inet::TcpServerThreadBase::socketAvailable(), inet::bgp::BgpRouter::socketAvailable(), inet::Ldp::socketAvailable(), and inet::TcpSocket::TcpSocket().
|
virtual |
Referenced by inet::TcpSocket::TcpSocket().
|
inlinevirtual |
|
virtual |
Referenced by inet::TcpSocket::TcpSocket().
| TcpAvailableInfo& inet::TcpAvailableInfo::operator= | ( | const TcpAvailableInfo & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::TcpCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |