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

Class generated from inet/common/socket/SocketCommand.msg:47 by opp_msgtool. More...

#include <SocketCommand_m.h>

Inheritance diagram for inet::SocketClosedIndication:
inet::SocketCommandBase

Public Member Functions

 SocketClosedIndication ()
 
 SocketClosedIndication (const SocketClosedIndication &other)
 
virtual ~SocketClosedIndication ()
 
SocketClosedIndicationoperator= (const SocketClosedIndication &other)
 
virtual SocketClosedIndicationdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::SocketCommandBase
 SocketCommandBase ()
 
 SocketCommandBase (const SocketCommandBase &other)
 
virtual ~SocketCommandBase ()
 
SocketCommandBaseoperator= (const SocketCommandBase &other)
 

Protected Member Functions

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

Private Member Functions

void copy (const SocketClosedIndication &other)
 

Detailed Description

Class generated from inet/common/socket/SocketCommand.msg:47 by opp_msgtool.

class SocketClosedIndication extends SocketCommandBase
{
}

Constructor & Destructor Documentation

◆ SocketClosedIndication() [1/2]

inet::SocketClosedIndication::SocketClosedIndication ( )

◆ SocketClosedIndication() [2/2]

inet::SocketClosedIndication::SocketClosedIndication ( const SocketClosedIndication other)

◆ ~SocketClosedIndication()

virtual inet::SocketClosedIndication::~SocketClosedIndication ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::SocketCommandBase.

244 {return new SocketClosedIndication(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::SocketCommandBase.

Referenced by inet::doParsimUnpacking().


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