|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:159 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpErrorIndication () | |
| UdpErrorIndication (const UdpErrorIndication &other) | |
| virtual | ~UdpErrorIndication () |
| UdpErrorIndication & | operator= (const UdpErrorIndication &other) |
| virtual UdpErrorIndication * | 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 UdpErrorIndication &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Private Member Functions | |
| void | copy (const UdpErrorIndication &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:159 by opp_msgtool.
// // Control info that is sent up from the ~Udp module to the application with // UDP_I_ERROR as message kind when ~Udp receives an Icmp error for a packet // previously sent from the socket. // // @see ~UdpCommandCode // class UdpErrorIndication extends UdpControlInfo { }
| inet::UdpErrorIndication::UdpErrorIndication | ( | ) |
| inet::UdpErrorIndication::UdpErrorIndication | ( | const UdpErrorIndication & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpControlInfo.
| UdpErrorIndication& inet::UdpErrorIndication::operator= | ( | const UdpErrorIndication & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimUnpacking().