|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:166 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Public Member Functions | |
| UdpSetOptionCommand () | |
| UdpSetOptionCommand (const UdpSetOptionCommand &other) | |
| virtual | ~UdpSetOptionCommand () |
| UdpSetOptionCommand & | operator= (const UdpSetOptionCommand &other) |
| virtual UdpSetOptionCommand * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual UdpSetOptionSubcode | getOptionCode () const |
| virtual void | setOptionCode (UdpSetOptionSubcode optionCode) |
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 UdpSetOptionCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Protected Attributes | |
| UdpSetOptionSubcode | optionCode = static_cast<UdpSetOptionSubcode>(-1) |
Private Member Functions | |
| void | copy (const UdpSetOptionCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:166 by opp_msgtool.
// // Base class for UDP socket option control info classes. // class UdpSetOptionCommand extends UdpControlInfo { UdpSetOptionSubcode optionCode = static_cast<UdpSetOptionSubcode>(-1); }
| inet::UdpSetOptionCommand::UdpSetOptionCommand | ( | ) |
| inet::UdpSetOptionCommand::UdpSetOptionCommand | ( | const UdpSetOptionCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpControlInfo.
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, and inet::UdpSetTimeToLiveCommand.
|
virtual |
| UdpSetOptionCommand& inet::UdpSetOptionCommand::operator= | ( | const UdpSetOptionCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
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, and inet::UdpSetTimeToLiveCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpControlInfo.
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, and inet::UdpSetTimeToLiveCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |