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

Class generated from inet/networklayer/contract/L3SocketCommand.msg:50 by opp_msgtool. More...

#include <L3SocketCommand_m.h>

Inheritance diagram for inet::L3SocketClosedIndication:
inet::L3SocketCommandBase

Public Member Functions

 L3SocketClosedIndication ()
 
 L3SocketClosedIndication (const L3SocketClosedIndication &other)
 
virtual ~L3SocketClosedIndication ()
 
L3SocketClosedIndicationoperator= (const L3SocketClosedIndication &other)
 
virtual L3SocketClosedIndicationdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::L3SocketCommandBase
 L3SocketCommandBase ()
 
 L3SocketCommandBase (const L3SocketCommandBase &other)
 
virtual ~L3SocketCommandBase ()
 
L3SocketCommandBaseoperator= (const L3SocketCommandBase &other)
 

Protected Member Functions

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

Private Member Functions

void copy (const L3SocketClosedIndication &other)
 

Detailed Description

Class generated from inet/networklayer/contract/L3SocketCommand.msg:50 by opp_msgtool.

class L3SocketClosedIndication extends L3SocketCommandBase
{
}

Constructor & Destructor Documentation

◆ L3SocketClosedIndication() [1/2]

inet::L3SocketClosedIndication::L3SocketClosedIndication ( )

◆ L3SocketClosedIndication() [2/2]

inet::L3SocketClosedIndication::L3SocketClosedIndication ( const L3SocketClosedIndication other)

◆ ~L3SocketClosedIndication()

virtual inet::L3SocketClosedIndication::~L3SocketClosedIndication ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::L3SocketCommandBase.

286 {return new L3SocketClosedIndication(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimUnpacking().


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