INET Framework for OMNeT++/OMNEST
TCPSendCommand Class Reference

#include <TCPCommand_m.h>

Inheritance diagram for TCPSendCommand:
TCPCommand

List of all members.

Public Member Functions

 TCPSendCommand ()
 TCPSendCommand (const TCPSendCommand &other)
virtual ~TCPSendCommand ()
TCPSendCommandoperator= (const TCPSendCommand &other)
virtual TCPSendCommanddup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const TCPSendCommand &)

Private Member Functions

void copy (const TCPSendCommand &other)

Detailed Description

Class generated from transport/contract/TCPCommand.msg by opp_msgc.

 class TCPSendCommand extends TCPCommand
 {
 }
 

Definition at line 248 of file TCPCommand_m.h.


Constructor & Destructor Documentation

virtual TCPSendCommand::~TCPSendCommand ( ) [virtual]

Member Function Documentation

void TCPSendCommand::copy ( const TCPSendCommand other) [private]
virtual TCPSendCommand* TCPSendCommand::dup ( ) const [inline, virtual]

Reimplemented from TCPCommand.

Definition at line 264 of file TCPCommand_m.h.

{return new TCPSendCommand(*this);}
TCPSendCommand& TCPSendCommand::operator= ( const TCPSendCommand other)
bool TCPSendCommand::operator== ( const TCPSendCommand ) [protected]
virtual void TCPSendCommand::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from TCPCommand.

Referenced by doPacking().

virtual void TCPSendCommand::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from TCPCommand.

Referenced by doUnpacking().


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