|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:131 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpSocketClosedIndication () | |
| UdpSocketClosedIndication (const UdpSocketClosedIndication &other) | |
| virtual | ~UdpSocketClosedIndication () |
| UdpSocketClosedIndication & | operator= (const UdpSocketClosedIndication &other) |
| virtual UdpSocketClosedIndication * | 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 UdpSocketClosedIndication &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Private Member Functions | |
| void | copy (const UdpSocketClosedIndication &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:131 by opp_msgtool.
// // Control info for inform app about an UDP socket closed. // This is answer to an ~UdpCloseCommand. // // @see ~UdpCommandCode // class UdpSocketClosedIndication extends UdpControlInfo { }
| inet::UdpSocketClosedIndication::UdpSocketClosedIndication | ( | ) |
| inet::UdpSocketClosedIndication::UdpSocketClosedIndication | ( | const UdpSocketClosedIndication & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpControlInfo.
| UdpSocketClosedIndication& inet::UdpSocketClosedIndication::operator= | ( | const UdpSocketClosedIndication & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimUnpacking().