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

Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:67 by opp_msgtool. More...

#include <UdpControlInfo_m.h>

Inheritance diagram for inet::UdpControlInfo:
inet::UdpBindCommand inet::UdpCloseCommand inet::UdpConnectCommand inet::UdpDestroyCommand inet::UdpErrorIndication inet::UdpSetOptionCommand inet::UdpSocketClosedIndication inet::UdpBlockMulticastSourcesCommand inet::UdpJoinMulticastGroupsCommand inet::UdpJoinMulticastSourcesCommand inet::UdpLeaveMulticastGroupsCommand inet::UdpLeaveMulticastSourcesCommand inet::UdpSetBroadcastCommand inet::UdpSetDscpCommand inet::UdpSetMulticastInterfaceCommand inet::UdpSetMulticastLoopCommand inet::UdpSetMulticastSourceFilterCommand inet::UdpSetReuseAddressCommand inet::UdpSetTimeToLiveCommand inet::UdpSetTosCommand inet::UdpUnblockMulticastSourcesCommand

Public Member Functions

 UdpControlInfo ()
 
 UdpControlInfo (const UdpControlInfo &other)
 
virtual ~UdpControlInfo ()
 
UdpControlInfooperator= (const UdpControlInfo &other)
 
virtual UdpControlInfodup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 

Protected Member Functions

bool operator== (const UdpControlInfo &)=delete
 

Private Member Functions

void copy (const UdpControlInfo &other)
 

Detailed Description

Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:67 by opp_msgtool.

//
// Base class for UDP control info classes. The most convenient way to handle
// ~Udp is the UdpSocket class, which hides control info from you.
//
// @see ~UdpCommandCode
//
class UdpControlInfo extends cObject
{
}

Constructor & Destructor Documentation

◆ UdpControlInfo() [1/2]

inet::UdpControlInfo::UdpControlInfo ( )

◆ UdpControlInfo() [2/2]

inet::UdpControlInfo::UdpControlInfo ( const UdpControlInfo other)

◆ ~UdpControlInfo()

virtual inet::UdpControlInfo::~UdpControlInfo ( )
virtual

Member Function Documentation

◆ copy()

void inet::UdpControlInfo::copy ( const UdpControlInfo other)
private

◆ dup()

◆ operator=()

UdpControlInfo& inet::UdpControlInfo::operator= ( const UdpControlInfo other)

◆ operator==()

bool inet::UdpControlInfo::operator== ( const UdpControlInfo )
protecteddelete

◆ parsimPack()

◆ parsimUnpack()


The documentation for this class was generated from the following file:
inet::UdpControlInfo::UdpControlInfo
UdpControlInfo()