#include <EtherFrame_m.h>
Inheritance diagram for EtherFrameWithSNAP:
EtherFrame.msg
by opp_msgc. message EtherFrameWithSNAP extends EtherFrame { fields: long orgCode; int localcode; };
Public Member Functions | |
EtherFrameWithSNAP (const char *name=NULL, int kind=0) | |
EtherFrameWithSNAP (const EtherFrameWithSNAP &other) | |
virtual | ~EtherFrameWithSNAP () |
EtherFrameWithSNAP & | operator= (const EtherFrameWithSNAP &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual long | getOrgCode () const |
virtual void | setOrgCode (long orgCode_var) |
virtual int | getLocalcode () const |
virtual void | setLocalcode (int localcode_var) |
Protected Member Functions | |
bool | operator== (const EtherFrameWithSNAP &) |
Protected Attributes | |
long | orgCode_var |
int | localcode_var |
|
|
|
|
|
|
|
Reimplemented from EtherFrame. 00174 {return new EtherFrameWithSNAP(*this);}
|
|
|
|
|
|
Reimplemented from EtherFrame. |
|
Reimplemented from EtherFrame. |
|
|
|
|
|
|
|
|
|
|
|
|