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

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

#include <UdpControlInfo_m.h>

Inheritance diagram for inet::UdpErrorIndication:
inet::UdpControlInfo

Public Member Functions

 UdpErrorIndication ()
 
 UdpErrorIndication (const UdpErrorIndication &other)
 
virtual ~UdpErrorIndication ()
 
UdpErrorIndicationoperator= (const UdpErrorIndication &other)
 
virtual UdpErrorIndicationdup () 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 UdpErrorIndication &)=delete
 
- Protected Member Functions inherited from inet::UdpControlInfo
bool operator== (const UdpControlInfo &)=delete
 

Private Member Functions

void copy (const UdpErrorIndication &other)
 

Detailed Description

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

//
// Control info that is sent up from the ~Udp module to the application with
// UDP_I_ERROR as message kind when ~Udp receives an Icmp error for a packet
// previously sent from the socket.
//
// @see ~UdpCommandCode
//
class UdpErrorIndication extends UdpControlInfo
{
}

Constructor & Destructor Documentation

◆ UdpErrorIndication() [1/2]

inet::UdpErrorIndication::UdpErrorIndication ( )

◆ UdpErrorIndication() [2/2]

inet::UdpErrorIndication::UdpErrorIndication ( const UdpErrorIndication other)

◆ ~UdpErrorIndication()

virtual inet::UdpErrorIndication::~UdpErrorIndication ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::UdpControlInfo.

466 {return new UdpErrorIndication(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::UdpControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

virtual void inet::UdpErrorIndication::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::UdpErrorIndication::UdpErrorIndication
UdpErrorIndication()