INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:171
by nedtool.
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 |
Public Member Functions inherited from inet::UDPControlInfo | |
UDPControlInfo () | |
UDPControlInfo (const UDPControlInfo &other) | |
virtual | ~UDPControlInfo () |
UDPControlInfo & | operator= (const UDPControlInfo &other) |
virtual int | getSockId () const |
virtual void | setSockId (int sockId) |
Protected Member Functions | |
bool | operator== (const UDPSetOptionCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Private Member Functions | |
void | copy (const UDPSetOptionCommand &other) |
Additional Inherited Members | |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:171
by nedtool.
// // Base class for UDP socket option control info classes. // class UDPSetOptionCommand extends UDPControlInfo { }
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::UDPSetTypeOfServiceCommand, and inet::UDPSetTimeToLiveCommand.
UDPSetOptionCommand& inet::UDPSetOptionCommand::operator= | ( | const UDPSetOptionCommand & | other | ) |
|
protected |
|
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::UDPSetTypeOfServiceCommand, 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::UDPSetTypeOfServiceCommand, and inet::UDPSetTimeToLiveCommand.
Referenced by inet::doParsimUnpacking().