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

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

#include <UdpControlInfo_m.h>

Inheritance diagram for inet::UdpSocketClosedIndication:
inet::UdpControlInfo

Public Member Functions

 UdpSocketClosedIndication ()
 
 UdpSocketClosedIndication (const UdpSocketClosedIndication &other)
 
virtual ~UdpSocketClosedIndication ()
 
UdpSocketClosedIndicationoperator= (const UdpSocketClosedIndication &other)
 
virtual UdpSocketClosedIndicationdup () 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)
 

Protected Member Functions

bool operator== (const UdpSocketClosedIndication &)=delete
 
- Protected Member Functions inherited from inet::UdpControlInfo
bool operator== (const UdpControlInfo &)=delete
 

Private Member Functions

void copy (const UdpSocketClosedIndication &other)
 

Detailed Description

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

//
// Control info for inform app about an UDP socket closed.
// This is answer to an ~UdpCloseCommand.
//
// @see ~UdpCommandCode
//
class UdpSocketClosedIndication extends UdpControlInfo
{
}

Constructor & Destructor Documentation

◆ UdpSocketClosedIndication() [1/2]

inet::UdpSocketClosedIndication::UdpSocketClosedIndication ( )

◆ UdpSocketClosedIndication() [2/2]

inet::UdpSocketClosedIndication::UdpSocketClosedIndication ( const UdpSocketClosedIndication other)

◆ ~UdpSocketClosedIndication()

virtual inet::UdpSocketClosedIndication::~UdpSocketClosedIndication ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

virtual UdpSocketClosedIndication* inet::UdpSocketClosedIndication::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::UdpControlInfo.

384 {return new UdpSocketClosedIndication(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

virtual void inet::UdpSocketClosedIndication::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::UdpControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::UdpControlInfo.

Referenced by inet::doParsimUnpacking().


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