INET Framework for OMNeT++/OMNEST
|
Class generated from inet/applications/ethernet/EtherApp.msg:33
by nedtool.
More...
#include <EtherApp_m.h>
Public Member Functions | |
EtherAppReq (const char *name=nullptr, short kind=0) | |
EtherAppReq (const EtherAppReq &other) | |
virtual | ~EtherAppReq () |
EtherAppReq & | operator= (const EtherAppReq &other) |
virtual EtherAppReq * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual long | getRequestId () const |
virtual void | setRequestId (long requestId) |
virtual long | getResponseBytes () const |
virtual void | setResponseBytes (long responseBytes) |
Protected Member Functions | |
bool | operator== (const EtherAppReq &) |
Protected Attributes | |
long | requestId |
long | responseBytes |
Private Member Functions | |
void | copy (const EtherAppReq &other) |
Class generated from inet/applications/ethernet/EtherApp.msg:33
by nedtool.
// // Request packet sent by ~EtherAppCli. Contains the number of bytes to be // sent back as response; if this value is greater than ~1400, the reply // will consist of several Ethernet frames. See also ~EtherAppResp. // packet EtherAppReq { long requestId; long responseBytes; }
inet::EtherAppReq::EtherAppReq | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::EtherAppReq::EtherAppReq | ( | const EtherAppReq & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
Referenced by inet::EtherAppSrv::handleMessage(), and inet::EthernetApplication::receivePacket().
|
virtual |
Referenced by inet::EtherAppSrv::handleMessage(), and inet::EthernetApplication::receivePacket().
EtherAppReq& inet::EtherAppReq::operator= | ( | const EtherAppReq & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::EthernetApplication::sendPacket(), and inet::EtherAppCli::sendPacket().
|
virtual |
Referenced by inet::EthernetApplication::sendPacket(), and inet::EtherAppCli::sendPacket().
|
protected |
|
protected |