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

Class generated from inet/linklayer/tun/TunControlInfo.msg:43 by opp_msgtool. More...

#include <TunControlInfo_m.h>

Inheritance diagram for inet::TunSocketClosedIndication:
inet::TunControlInfo

Public Member Functions

 TunSocketClosedIndication ()
 
 TunSocketClosedIndication (const TunSocketClosedIndication &other)
 
virtual ~TunSocketClosedIndication ()
 
TunSocketClosedIndicationoperator= (const TunSocketClosedIndication &other)
 
virtual TunSocketClosedIndicationdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::TunControlInfo
 TunControlInfo ()
 
 TunControlInfo (const TunControlInfo &other)
 
virtual ~TunControlInfo ()
 
TunControlInfooperator= (const TunControlInfo &other)
 

Protected Member Functions

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

Private Member Functions

void copy (const TunSocketClosedIndication &other)
 

Detailed Description

Class generated from inet/linklayer/tun/TunControlInfo.msg:43 by opp_msgtool.

class TunSocketClosedIndication extends TunControlInfo
{
}

Constructor & Destructor Documentation

◆ TunSocketClosedIndication() [1/2]

inet::TunSocketClosedIndication::TunSocketClosedIndication ( )

◆ TunSocketClosedIndication() [2/2]

inet::TunSocketClosedIndication::TunSocketClosedIndication ( const TunSocketClosedIndication other)

◆ ~TunSocketClosedIndication()

virtual inet::TunSocketClosedIndication::~TunSocketClosedIndication ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::TunControlInfo.

233 {return new TunSocketClosedIndication(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::TunControlInfo.

Referenced by inet::doParsimUnpacking().


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