INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:236
by nedtool.
More...
#include <UDPControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const UDPSetMulticastLoopCommand &) |
Protected Member Functions inherited from inet::UDPSetOptionCommand | |
bool | operator== (const UDPSetOptionCommand &) |
Protected Member Functions inherited from inet::UDPControlInfo | |
bool | operator== (const UDPControlInfo &) |
Protected Attributes | |
bool | loop |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPSetMulticastLoopCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:236
by nedtool.
// // Control info for setting the multicast loop option for an UDP socket. // When the option is true, a copy of the outgoing multicast packet // is delivered locally via the loopback interface. // To set the option, send a message to the ~UDP module with kind=UDP_C_SETOPTION // and an instance of this control info class attached. // // @see ~UDPCommandCode // class UDPSetMulticastLoopCommand extends UDPSetOptionCommand { bool loop; }
inet::UDPSetMulticastLoopCommand::UDPSetMulticastLoopCommand | ( | ) |
inet::UDPSetMulticastLoopCommand::UDPSetMulticastLoopCommand | ( | const UDPSetMulticastLoopCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
|
virtual |
UDPSetMulticastLoopCommand& inet::UDPSetMulticastLoopCommand::operator= | ( | const UDPSetMulticastLoopCommand & | 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::setMulticastLoop().
|
protected |