INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:279
by nedtool.
More...
#include <UDPControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const UDPLeaveMulticastGroupsCommand &) |
Protected Member Functions inherited from inet::UDPSetOptionCommand | |
bool | operator== (const UDPSetOptionCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Protected Attributes | |
L3Address * | multicastAddr |
unsigned int | multicastAddr_arraysize |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPLeaveMulticastGroupsCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:279
by nedtool.
// // Control info for letting an UDP socket leave multicast groups. // To set the option, send a message to the ~UDP module with kind=UDP_C_SETOPTION // and an and instance of this control info class attached. // // @see ~UDPCommandCode // class UDPLeaveMulticastGroupsCommand extends UDPSetOptionCommand { L3Address multicastAddr[]; }
inet::UDPLeaveMulticastGroupsCommand::UDPLeaveMulticastGroupsCommand | ( | ) |
inet::UDPLeaveMulticastGroupsCommand::UDPLeaveMulticastGroupsCommand | ( | const UDPLeaveMulticastGroupsCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
|
inlinevirtual |
Referenced by getMulticastAddr().
|
virtual |
Referenced by inet::UDP::processCommandFromApp().
UDPLeaveMulticastGroupsCommand& inet::UDPLeaveMulticastGroupsCommand::operator= | ( | const UDPLeaveMulticastGroupsCommand & | 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::leaveLocalMulticastGroups(), and inet::UDPSocket::leaveMulticastGroup().
|
virtual |
Referenced by inet::UDPSocket::leaveLocalMulticastGroups(), and inet::UDPSocket::leaveMulticastGroup().
|
protected |
|
protected |