|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:320 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Protected Member Functions | |
| bool | operator== (const UdpUnblockMulticastSourcesCommand &)=delete |
Protected Member Functions inherited from inet::UdpSetOptionCommand | |
| bool | operator== (const UdpSetOptionCommand &)=delete |
Protected Member Functions inherited from inet::UdpControlInfo | |
| bool | operator== (const UdpControlInfo &)=delete |
Protected Attributes | |
| int | interfaceId = 0 |
| L3Address | multicastAddr |
| L3Address * | sourceList = nullptr |
| size_t | sourceList_arraysize = 0 |
Protected Attributes inherited from inet::UdpSetOptionCommand | |
| UdpSetOptionSubcode | optionCode = static_cast<UdpSetOptionSubcode>(-1) |
Private Member Functions | |
| void | copy (const UdpUnblockMulticastSourcesCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:320 by opp_msgtool.
// // Control info for letting an UDP socket to permit multicast traffic from // a previously blocked source. // // see IP_UNBLOCK_SOURCE socket option class UdpUnblockMulticastSourcesCommand extends UdpSetOptionCommand { optionCode = UDP_C_SETOPTION_UNBLOCK_MCAST_SRC; int interfaceId; L3Address multicastAddr; L3Address sourceList[]; }
| inet::UdpUnblockMulticastSourcesCommand::UdpUnblockMulticastSourcesCommand | ( | ) |
| inet::UdpUnblockMulticastSourcesCommand::UdpUnblockMulticastSourcesCommand | ( | const UdpUnblockMulticastSourcesCommand & | other | ) |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inline |
|
virtual |
| UdpUnblockMulticastSourcesCommand& inet::UdpUnblockMulticastSourcesCommand::operator= | ( | const UdpUnblockMulticastSourcesCommand & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |