INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:301
by nedtool.
More...
#include <UDPControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const UDPUnblockMulticastSourcesCommand &) |
Protected Member Functions inherited from inet::UDPSetOptionCommand | |
bool | operator== (const UDPSetOptionCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Protected Attributes | |
int | interfaceId |
L3Address | multicastAddr |
L3Address * | sourceList |
unsigned int | sourceList_arraysize |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPUnblockMulticastSourcesCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:301
by nedtool.
// // 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 { int interfaceId; L3Address multicastAddr; L3Address sourceList[]; }
inet::UDPUnblockMulticastSourcesCommand::UDPUnblockMulticastSourcesCommand | ( | ) |
inet::UDPUnblockMulticastSourcesCommand::UDPUnblockMulticastSourcesCommand | ( | const UDPUnblockMulticastSourcesCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
inlinevirtual |
Referenced by getMulticastAddr().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
inlinevirtual |
Referenced by getSourceList().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
UDPUnblockMulticastSourcesCommand& inet::UDPUnblockMulticastSourcesCommand::operator= | ( | const UDPUnblockMulticastSourcesCommand & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
Referenced by inet::doParsimUnpacking().
|
virtual |
Referenced by inet::UDPSocket::unblockMulticastSources().
|
virtual |
Referenced by inet::UDPSocket::unblockMulticastSources().
|
virtual |
Referenced by inet::UDPSocket::unblockMulticastSources().
|
virtual |
Referenced by inet::UDPSocket::unblockMulticastSources().
|
protected |
|
protected |
|
protected |
|
protected |