#include <UDPEchoAppMsg_m.h>
UDPEchoAppMsg.msg
by opp_msgc. message UDPEchoAppMsg { properties: omitGetVerb = true; fields: bool isRequest = true; };
Public Member Functions | |
UDPEchoAppMsg (const char *name=NULL, int kind=0) | |
UDPEchoAppMsg (const UDPEchoAppMsg &other) | |
virtual | ~UDPEchoAppMsg () |
UDPEchoAppMsg & | operator= (const UDPEchoAppMsg &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual bool | isRequest () const |
virtual void | setIsRequest (bool isRequest_var) |
Protected Member Functions | |
bool | operator== (const UDPEchoAppMsg &) |
Protected Attributes | |
bool | isRequest_var |
|
|
|
|
|
|
|
00042 {return new UDPEchoAppMsg(*this);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|