INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:222
by nedtool.
More...
#include <UDPControlInfo_m.h>
Protected Member Functions | |
bool | operator== (const UDPSetMulticastInterfaceCommand &) |
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 |
Protected Attributes inherited from inet::UDPControlInfo | |
int | sockId |
Private Member Functions | |
void | copy (const UDPSetMulticastInterfaceCommand &other) |
Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:222
by nedtool.
// // Control info for setting the multicast output interface for an UDP socket. // 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 UDPSetMulticastInterfaceCommand extends UDPSetOptionCommand { int interfaceId; }
inet::UDPSetMulticastInterfaceCommand::UDPSetMulticastInterfaceCommand | ( | ) |
inet::UDPSetMulticastInterfaceCommand::UDPSetMulticastInterfaceCommand | ( | const UDPSetMulticastInterfaceCommand & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::UDPSetOptionCommand.
|
virtual |
UDPSetMulticastInterfaceCommand& inet::UDPSetMulticastInterfaceCommand::operator= | ( | const UDPSetMulticastInterfaceCommand & | 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::setMulticastOutputInterface().
|
protected |