|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:67 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpControlInfo () | |
| UdpControlInfo (const UdpControlInfo &other) | |
| virtual | ~UdpControlInfo () |
| UdpControlInfo & | operator= (const UdpControlInfo &other) |
| virtual UdpControlInfo * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
Protected Member Functions | |
| bool | operator== (const UdpControlInfo &)=delete |
Private Member Functions | |
| void | copy (const UdpControlInfo &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:67 by opp_msgtool.
// // Base class for UDP control info classes. The most convenient way to handle // ~Udp is the UdpSocket class, which hides control info from you. // // @see ~UdpCommandCode // class UdpControlInfo extends cObject { }
| inet::UdpControlInfo::UdpControlInfo | ( | ) |
| inet::UdpControlInfo::UdpControlInfo | ( | const UdpControlInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::UdpSetMulticastSourceFilterCommand, inet::UdpLeaveMulticastSourcesCommand, inet::UdpJoinMulticastSourcesCommand, inet::UdpUnblockMulticastSourcesCommand, inet::UdpBlockMulticastSourcesCommand, inet::UdpLeaveMulticastGroupsCommand, inet::UdpJoinMulticastGroupsCommand, inet::UdpSetReuseAddressCommand, inet::UdpSetMulticastLoopCommand, inet::UdpSetMulticastInterfaceCommand, inet::UdpSetBroadcastCommand, inet::UdpSetTosCommand, inet::UdpSetDscpCommand, inet::UdpSetTimeToLiveCommand, inet::UdpSetOptionCommand, inet::UdpErrorIndication, inet::UdpDestroyCommand, inet::UdpSocketClosedIndication, inet::UdpCloseCommand, inet::UdpConnectCommand, and inet::UdpBindCommand.
| UdpControlInfo& inet::UdpControlInfo::operator= | ( | const UdpControlInfo & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented in inet::UdpSetMulticastSourceFilterCommand, inet::UdpLeaveMulticastSourcesCommand, inet::UdpJoinMulticastSourcesCommand, inet::UdpUnblockMulticastSourcesCommand, inet::UdpBlockMulticastSourcesCommand, inet::UdpLeaveMulticastGroupsCommand, inet::UdpJoinMulticastGroupsCommand, inet::UdpSetReuseAddressCommand, inet::UdpSetMulticastLoopCommand, inet::UdpSetMulticastInterfaceCommand, inet::UdpSetBroadcastCommand, inet::UdpSetTosCommand, inet::UdpSetDscpCommand, inet::UdpSetTimeToLiveCommand, inet::UdpSetOptionCommand, inet::UdpErrorIndication, inet::UdpDestroyCommand, inet::UdpSocketClosedIndication, inet::UdpCloseCommand, inet::UdpConnectCommand, and inet::UdpBindCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::UdpSetMulticastSourceFilterCommand, inet::UdpLeaveMulticastSourcesCommand, inet::UdpJoinMulticastSourcesCommand, inet::UdpUnblockMulticastSourcesCommand, inet::UdpBlockMulticastSourcesCommand, inet::UdpLeaveMulticastGroupsCommand, inet::UdpJoinMulticastGroupsCommand, inet::UdpSetReuseAddressCommand, inet::UdpSetMulticastLoopCommand, inet::UdpSetMulticastInterfaceCommand, inet::UdpSetBroadcastCommand, inet::UdpSetTosCommand, inet::UdpSetDscpCommand, inet::UdpSetTimeToLiveCommand, inet::UdpSetOptionCommand, inet::UdpErrorIndication, inet::UdpDestroyCommand, inet::UdpSocketClosedIndication, inet::UdpCloseCommand, inet::UdpConnectCommand, and inet::UdpBindCommand.
Referenced by inet::doParsimUnpacking().