#include <EtherApp_m.h>
EtherApp.msg
by opp_msgc. message EtherAppReq { fields: long requestId; long responseBytes; };
Public Member Functions | |
EtherAppReq (const char *name=NULL, int kind=0) | |
EtherAppReq (const EtherAppReq &other) | |
virtual | ~EtherAppReq () |
EtherAppReq & | operator= (const EtherAppReq &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual long | getRequestId () const |
virtual void | setRequestId (long requestId_var) |
virtual long | getResponseBytes () const |
virtual void | setResponseBytes (long responseBytes_var) |
Protected Member Functions | |
bool | operator== (const EtherAppReq &) |
Protected Attributes | |
long | requestId_var |
long | responseBytes_var |
|
|
|
|
|
|
|
00049 {return new EtherAppReq(*this);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|