#include <PPPFrame_m.h>
PPPFrame.msg
by opp_msgc. message PPPFrame { fields: };
Public Member Functions | |
PPPFrame (const char *name=NULL, int kind=0) | |
PPPFrame (const PPPFrame &other) | |
virtual | ~PPPFrame () |
PPPFrame & | operator= (const PPPFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
Protected Member Functions | |
bool | operator== (const PPPFrame &) |
|
|
|
|
|
|
|
00044 {return new PPPFrame(*this);}
|
|
|
|
|
|
|
|
|