INET Framework for OMNeT++/OMNEST
inet::TCPSendCommand Class Reference

Class generated from inet/transportlayer/contract/tcp/TCPCommand.msg:171 by nedtool. More...

#include <TCPCommand_m.h>

Inheritance diagram for inet::TCPSendCommand:
inet::TCPCommand

Public Member Functions

 TCPSendCommand ()
 
 TCPSendCommand (const TCPSendCommand &other)
 
virtual ~TCPSendCommand ()
 
TCPSendCommandoperator= (const TCPSendCommand &other)
 
virtual TCPSendCommanddup () 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 ()
 
TCPCommandoperator= (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
 

Detailed Description

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
{
}

Constructor & Destructor Documentation

inet::TCPSendCommand::TCPSendCommand ( )
inet::TCPSendCommand::TCPSendCommand ( const TCPSendCommand other)
virtual inet::TCPSendCommand::~TCPSendCommand ( )
virtual

Member Function Documentation

void inet::TCPSendCommand::copy ( const TCPSendCommand other)
private
virtual TCPSendCommand* inet::TCPSendCommand::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::TCPCommand.

379 {return new TCPSendCommand(*this);}
TCPSendCommand& inet::TCPSendCommand::operator= ( const TCPSendCommand other)
bool inet::TCPSendCommand::operator== ( const TCPSendCommand )
protected
virtual void inet::TCPSendCommand::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::TCPCommand.

Referenced by inet::doParsimPacking().

virtual void inet::TCPSendCommand::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::TCPCommand.

Referenced by inet::doParsimUnpacking().


The documentation for this class was generated from the following file: