INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:289
by nedtool.
More...
#include <UDPControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const UDPBlockMulticastSourcesCommand &) |
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 UDPBlockMulticastSourcesCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:289
by nedtool.
// // Control info for letting an UDP socket to block multicast traffic from // specific sources after joining a multicast group. // // see IP_BLOCK_SOURCE socket option class UDPBlockMulticastSourcesCommand extends UDPSetOptionCommand { int interfaceId; L3Address multicastAddr; L3Address sourceList[]; }
inet::UDPBlockMulticastSourcesCommand::UDPBlockMulticastSourcesCommand | ( | ) |
inet::UDPBlockMulticastSourcesCommand::UDPBlockMulticastSourcesCommand | ( | const UDPBlockMulticastSourcesCommand & | 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().
UDPBlockMulticastSourcesCommand& inet::UDPBlockMulticastSourcesCommand::operator= | ( | const UDPBlockMulticastSourcesCommand & | 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::blockMulticastSources().
|
virtual |
Referenced by inet::UDPSocket::blockMulticastSources().
|
virtual |
Referenced by inet::UDPSocket::blockMulticastSources().
|
virtual |
Referenced by inet::UDPSocket::blockMulticastSources().
|
protected |
|
protected |
|
protected |
|
protected |