#include <EtherFrame_m.h>
Inheritance diagram for EthernetIIFrame:
EtherFrame.msg
by opp_msgc. message EthernetIIFrame extends EtherFrame { fields: int etherType; };
Public Member Functions | |
EthernetIIFrame (const char *name=NULL, int kind=0) | |
EthernetIIFrame (const EthernetIIFrame &other) | |
virtual | ~EthernetIIFrame () |
EthernetIIFrame & | operator= (const EthernetIIFrame &other) |
virtual cPolymorphic * | dup () const |
virtual void | netPack (cCommBuffer *b) |
virtual void | netUnpack (cCommBuffer *b) |
virtual int | getEtherType () const |
virtual void | setEtherType (int etherType_var) |
Protected Member Functions | |
bool | operator== (const EthernetIIFrame &) |
Protected Attributes | |
int | etherType_var |
|
|
|
|
|
|
|
Reimplemented from EtherFrame. 00094 {return new EthernetIIFrame(*this);}
|
|
|
|
Reimplemented from EtherFrame. |
|
Reimplemented from EtherFrame. |
|
|
|
|
|
|
|
|