#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 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 |
|
|
|
|
|
|
|
|
|
Reimplemented in TCPErrorInfo, TCPOpenCommand, TCPSendCommand, TCPConnectInfo, and TCPStatusInfo. |
|
Reimplemented in TCPErrorInfo, TCPOpenCommand, TCPSendCommand, TCPConnectInfo, and TCPStatusInfo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|