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

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

#include <SocketCommand_m.h>

Inheritance diagram for inet::SocketCommandBase:
inet::Ieee8022LlcSocketOpenCommand inet::SocketBindCommand inet::SocketCloseCommand inet::SocketClosedIndication inet::SocketDestroyCommand inet::EthernetBindCommand inet::Ieee8021qBindCommand

Public Member Functions

 SocketCommandBase ()
 
 SocketCommandBase (const SocketCommandBase &other)
 
virtual ~SocketCommandBase ()
 
SocketCommandBaseoperator= (const SocketCommandBase &other)
 
virtual SocketCommandBasedup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 

Protected Member Functions

bool operator== (const SocketCommandBase &)=delete
 

Private Member Functions

void copy (const SocketCommandBase &other)
 

Detailed Description

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

class SocketCommandBase extends cObject
{
}

Constructor & Destructor Documentation

◆ SocketCommandBase() [1/2]

inet::SocketCommandBase::SocketCommandBase ( )

◆ SocketCommandBase() [2/2]

inet::SocketCommandBase::SocketCommandBase ( const SocketCommandBase other)

◆ ~SocketCommandBase()

virtual inet::SocketCommandBase::~SocketCommandBase ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

◆ parsimUnpack()

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

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