INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:131
by nedtool.
More...
#include <UDPControlInfo_m.h>
Public Member Functions | |
UDPCloseCommand () | |
UDPCloseCommand (const UDPCloseCommand &other) | |
virtual | ~UDPCloseCommand () |
UDPCloseCommand & | operator= (const UDPCloseCommand &other) |
virtual UDPCloseCommand * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Public Member Functions inherited from inet::UDPControlInfo | |
UDPControlInfo () | |
UDPControlInfo (const UDPControlInfo &other) | |
virtual | ~UDPControlInfo () |
UDPControlInfo & | operator= (const UDPControlInfo &other) |
virtual int | getSockId () const |
virtual void | setSockId (int sockId) |
Protected Member Functions | |
bool | operator== (const UDPCloseCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Private Member Functions | |
void | copy (const UDPCloseCommand &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:131
by nedtool.
// // Control info for closing an UDP socket. To close a socket, send a message // to the ~UDP module with kind=UDP_C_CLOSE and an ~UDPCloseCommand attached. // // @see ~UDPCommandCode // class UDPCloseCommand extends UDPControlInfo { }
inet::UDPCloseCommand::UDPCloseCommand | ( | ) |
inet::UDPCloseCommand::UDPCloseCommand | ( | const UDPCloseCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPControlInfo.
UDPCloseCommand& inet::UDPCloseCommand::operator= | ( | const UDPCloseCommand & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::UDPControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UDPControlInfo.
Referenced by inet::doParsimUnpacking().