|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/applications/ethernet/EtherApp.msg:42 by nedtool.
More...
#include <EtherApp_m.h>
Public Member Functions | |
| EtherAppResp (const char *name=nullptr, short kind=0) | |
| EtherAppResp (const EtherAppResp &other) | |
| virtual | ~EtherAppResp () |
| EtherAppResp & | operator= (const EtherAppResp &other) |
| virtual EtherAppResp * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual int | getRequestId () const |
| virtual void | setRequestId (int requestId) |
| virtual int | getNumFrames () const |
| virtual void | setNumFrames (int numFrames) |
Protected Member Functions | |
| bool | operator== (const EtherAppResp &) |
Protected Attributes | |
| int | requestId |
| int | numFrames |
Private Member Functions | |
| void | copy (const EtherAppResp &other) |
Class generated from inet/applications/ethernet/EtherApp.msg:42 by nedtool.
// // Packet sent back by ~EtherAppSrv in response to an ~EtherAppReq. // packet EtherAppResp { int requestId; int numFrames; }
| inet::EtherAppResp::EtherAppResp | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::EtherAppResp::EtherAppResp | ( | const EtherAppResp & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
| EtherAppResp& inet::EtherAppResp::operator= | ( | const EtherAppResp & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
Referenced by inet::EtherAppSrv::handleMessage(), and inet::EthernetApplication::receivePacket().
|
protected |
|
protected |