|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:282 by opp_msgtool.
More...
#include <UdpControlInfo_m.h>
Protected Member Functions | |
| bool | operator== (const UdpJoinMulticastGroupsCommand &)=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 | |
| L3Address * | multicastAddr = nullptr |
| size_t | multicastAddr_arraysize = 0 |
| int * | interfaceId = nullptr |
| size_t | interfaceId_arraysize = 0 |
Protected Attributes inherited from inet::UdpSetOptionCommand | |
| UdpSetOptionSubcode | optionCode = static_cast<UdpSetOptionSubcode>(-1) |
Private Member Functions | |
| void | copy (const UdpJoinMulticastGroupsCommand &other) |
Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:282 by opp_msgtool.
// // Control info for letting an UDP socket join 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. // // The address-interfaceId pairs are passed as two separate arrays. // When there are less interfaceIds than multicast addresses, // then -1 is assumed (meaning join on all interfaces). // // @see ~UdpCommandCode // class UdpJoinMulticastGroupsCommand extends UdpSetOptionCommand { optionCode = UDP_C_SETOPTION_JOIN_MCAST_GRP; L3Address multicastAddr[]; int interfaceId[]; }
| inet::UdpJoinMulticastGroupsCommand::UdpJoinMulticastGroupsCommand | ( | ) |
| inet::UdpJoinMulticastGroupsCommand::UdpJoinMulticastGroupsCommand | ( | const UdpJoinMulticastGroupsCommand & | other | ) |
|
virtual |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UdpSetOptionCommand.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
inline |
|
virtual |
|
inline |
|
virtual |
| UdpJoinMulticastGroupsCommand& inet::UdpJoinMulticastGroupsCommand::operator= | ( | const UdpJoinMulticastGroupsCommand & | 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 |