#include <TCPCommand_m.h>
Inheritance diagram for TCPCommand:
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 () |
TCPCommand & | operator= (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 |
TCPCommand::TCPCommand | ( | ) |
TCPCommand::TCPCommand | ( | const TCPCommand & | other | ) |
virtual TCPCommand::~TCPCommand | ( | ) | [virtual] |
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] |
int TCPCommand::connId_var [protected] |
int TCPCommand::userId_var [protected] |