TCPCommand Class Reference

#include <TCPCommand_m.h>

Inheritance diagram for TCPCommand:

TCPConnectInfo TCPErrorInfo TCPOpenCommand TCPSendCommand TCPStatusInfo List of all members.

Detailed Description

Class generated from TCPCommand.msg by opp_msgc.
 class TCPCommand
 {
     properties:
         omitGetVerb = true;
     fields:
         int connId = -1;   
         int userId = -1;   
 };
 


Public Member Functions

 TCPCommand ()
 TCPCommand (const TCPCommand &other)
virtual ~TCPCommand ()
TCPCommandoperator= (const TCPCommand &other)
virtual cPolymorphic * dup () const
virtual void netPack (cCommBuffer *b)
virtual void netUnpack (cCommBuffer *b)
virtual int connId () const
virtual void setConnId (int connId_var)
virtual int userId () const
virtual void setUserId (int userId_var)

Protected Member Functions

bool operator== (const TCPCommand &)

Protected Attributes

int connId_var
int userId_var


Constructor & Destructor Documentation

TCPCommand::TCPCommand (  ) 

TCPCommand::TCPCommand ( const TCPCommand other  ) 

virtual TCPCommand::~TCPCommand (  )  [virtual]


Member Function Documentation

virtual int TCPCommand::connId (  )  const [virtual]

virtual cPolymorphic* TCPCommand::dup (  )  const [inline, virtual]

Reimplemented in TCPErrorInfo, TCPOpenCommand, TCPSendCommand, TCPConnectInfo, and TCPStatusInfo.

00112 {return new TCPCommand(*this);}

virtual void TCPCommand::netPack ( cCommBuffer *  b  )  [virtual]

Reimplemented in TCPErrorInfo, TCPOpenCommand, TCPSendCommand, TCPConnectInfo, and TCPStatusInfo.

virtual void TCPCommand::netUnpack ( cCommBuffer *  b  )  [virtual]

Reimplemented in TCPErrorInfo, TCPOpenCommand, TCPSendCommand, TCPConnectInfo, and TCPStatusInfo.

TCPCommand& TCPCommand::operator= ( const TCPCommand other  ) 

bool TCPCommand::operator== ( const TCPCommand  )  [protected]

virtual void TCPCommand::setConnId ( int  connId_var  )  [virtual]

virtual void TCPCommand::setUserId ( int  userId_var  )  [virtual]

virtual int TCPCommand::userId (  )  const [virtual]


Member Data Documentation

int TCPCommand::connId_var [protected]

int TCPCommand::userId_var [protected]


The documentation for this class was generated from the following file:
Generated on Wed Apr 4 13:20:24 2007 for INET Framework for OMNeT++/OMNEST by  doxygen 1.4.7