|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:121 by opp_msgtool.
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) |
Protected Member Functions | |
| bool | operator== (const UdpCloseCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Private Member Functions | |
| void | copy (const UdpCloseCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:121 by opp_msgtool.
// // 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. // The Udp module will send an ~UdpSocketClosedIndication answer. // // @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 | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimUnpacking().