|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:141 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpDestroyCommand () | |
| UdpDestroyCommand (const UdpDestroyCommand &other) | |
| virtual | ~UdpDestroyCommand () |
| UdpDestroyCommand & | operator= (const UdpDestroyCommand &other) |
| virtual UdpDestroyCommand * | 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 UdpDestroyCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Private Member Functions | |
| void | copy (const UdpDestroyCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:141 by opp_msgtool.
// // Control info for destroying an UDP socket. To destroy a socket, send a message // to the ~Udp module with kind=UDP_C_DESTROY and an ~UdpDestroyCommand attached. // // @see ~UdpCommandCode // class UdpDestroyCommand extends UdpControlInfo { }
// // Control info that is attached to received data packets, sent up from the // ~Udp module to the application with UDP_I_DATA as message kind. // // @see ~UdpCommandCode, ~L3AddressInd, ~PortsInd //
| inet::UdpDestroyCommand::UdpDestroyCommand | ( | ) |
| inet::UdpDestroyCommand::UdpDestroyCommand | ( | const UdpDestroyCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpControlInfo.
| UdpDestroyCommand& inet::UdpDestroyCommand::operator= | ( | const UdpDestroyCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
Referenced by inet::doParsimUnpacking().