INET Framework for OMNeT++/OMNEST
inet::UDPSetMulticastInterfaceCommand Class Reference

Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:222 by nedtool. More...

#include <UDPControlInfo_m.h>

Inheritance diagram for inet::UDPSetMulticastInterfaceCommand:
inet::UDPSetOptionCommand inet::UDPControlInfo

Public Member Functions

 UDPSetMulticastInterfaceCommand ()
 
 UDPSetMulticastInterfaceCommand (const UDPSetMulticastInterfaceCommand &other)
 
virtual ~UDPSetMulticastInterfaceCommand ()
 
UDPSetMulticastInterfaceCommandoperator= (const UDPSetMulticastInterfaceCommand &other)
 
virtual UDPSetMulticastInterfaceCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual int getInterfaceId () const
 
virtual void setInterfaceId (int interfaceId)
 
- Public Member Functions inherited from inet::UDPSetOptionCommand
 UDPSetOptionCommand ()
 
 UDPSetOptionCommand (const UDPSetOptionCommand &other)
 
virtual ~UDPSetOptionCommand ()
 
UDPSetOptionCommandoperator= (const UDPSetOptionCommand &other)
 
- Public Member Functions inherited from inet::UDPControlInfo
 UDPControlInfo ()
 
 UDPControlInfo (const UDPControlInfo &other)
 
virtual ~UDPControlInfo ()
 
UDPControlInfooperator= (const UDPControlInfo &other)
 
virtual int getSockId () const
 
virtual void setSockId (int sockId)
 

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)
 

Detailed Description

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;
}

Constructor & Destructor Documentation

inet::UDPSetMulticastInterfaceCommand::UDPSetMulticastInterfaceCommand ( )
inet::UDPSetMulticastInterfaceCommand::UDPSetMulticastInterfaceCommand ( const UDPSetMulticastInterfaceCommand other)
virtual inet::UDPSetMulticastInterfaceCommand::~UDPSetMulticastInterfaceCommand ( )
virtual

Member Function Documentation

void inet::UDPSetMulticastInterfaceCommand::copy ( const UDPSetMulticastInterfaceCommand other)
private
virtual UDPSetMulticastInterfaceCommand* inet::UDPSetMulticastInterfaceCommand::dup ( ) const
inlineoverridevirtual
virtual int inet::UDPSetMulticastInterfaceCommand::getInterfaceId ( ) const
virtual
UDPSetMulticastInterfaceCommand& inet::UDPSetMulticastInterfaceCommand::operator= ( const UDPSetMulticastInterfaceCommand other)
bool inet::UDPSetMulticastInterfaceCommand::operator== ( const UDPSetMulticastInterfaceCommand )
protected
virtual void inet::UDPSetMulticastInterfaceCommand::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimPacking().

virtual void inet::UDPSetMulticastInterfaceCommand::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Reimplemented from inet::UDPSetOptionCommand.

Referenced by inet::doParsimUnpacking().

virtual void inet::UDPSetMulticastInterfaceCommand::setInterfaceId ( int  interfaceId)
virtual

Member Data Documentation

int inet::UDPSetMulticastInterfaceCommand::interfaceId
protected

The documentation for this class was generated from the following file: