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

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

#include <UDPControlInfo_m.h>

Inheritance diagram for inet::UDPSetOptionCommand:
inet::UDPControlInfo inet::UDPBlockMulticastSourcesCommand inet::UDPJoinMulticastGroupsCommand inet::UDPJoinMulticastSourcesCommand inet::UDPLeaveMulticastGroupsCommand inet::UDPLeaveMulticastSourcesCommand inet::UDPSetBroadcastCommand inet::UDPSetMulticastInterfaceCommand inet::UDPSetMulticastLoopCommand inet::UDPSetMulticastSourceFilterCommand inet::UDPSetReuseAddressCommand inet::UDPSetTimeToLiveCommand inet::UDPSetTypeOfServiceCommand inet::UDPUnblockMulticastSourcesCommand

Public Member Functions

 UDPSetOptionCommand ()
 
 UDPSetOptionCommand (const UDPSetOptionCommand &other)
 
virtual ~UDPSetOptionCommand ()
 
UDPSetOptionCommandoperator= (const UDPSetOptionCommand &other)
 
virtual UDPSetOptionCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- 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 UDPSetOptionCommand &)
 
- Protected Member Functions inherited from inet::UDPControlInfo
bool operator== (const UDPControlInfo &)
 

Private Member Functions

void copy (const UDPSetOptionCommand &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::UDPControlInfo
int sockId
 

Detailed Description

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

//
// Base class for UDP socket option control info classes.
//
class UDPSetOptionCommand extends UDPControlInfo
{
}

Constructor & Destructor Documentation

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

Member Function Documentation

void inet::UDPSetOptionCommand::copy ( const UDPSetOptionCommand other)
private
UDPSetOptionCommand& inet::UDPSetOptionCommand::operator= ( const UDPSetOptionCommand other)
bool inet::UDPSetOptionCommand::operator== ( const UDPSetOptionCommand )
protected

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