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

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

#include <SocketCommand_m.h>

Inheritance diagram for inet::SocketBindCommand:
inet::SocketCommandBase inet::EthernetBindCommand inet::Ieee8021qBindCommand

Public Member Functions

 SocketBindCommand ()
 
 SocketBindCommand (const SocketBindCommand &other)
 
virtual ~SocketBindCommand ()
 
SocketBindCommandoperator= (const SocketBindCommand &other)
 
virtual SocketBindCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual bool getSteal () const
 
virtual void setSteal (bool steal)
 
- Public Member Functions inherited from inet::SocketCommandBase
 SocketCommandBase ()
 
 SocketCommandBase (const SocketCommandBase &other)
 
virtual ~SocketCommandBase ()
 
SocketCommandBaseoperator= (const SocketCommandBase &other)
 

Protected Member Functions

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

Protected Attributes

bool steal = false
 

Private Member Functions

void copy (const SocketBindCommand &other)
 

Detailed Description

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

class SocketBindCommand extends SocketCommandBase
{
    bool steal;
}

Constructor & Destructor Documentation

◆ SocketBindCommand() [1/2]

inet::SocketBindCommand::SocketBindCommand ( )

◆ SocketBindCommand() [2/2]

inet::SocketBindCommand::SocketBindCommand ( const SocketBindCommand other)

◆ ~SocketBindCommand()

virtual inet::SocketBindCommand::~SocketBindCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::SocketCommandBase.

Reimplemented in inet::EthernetBindCommand, and inet::Ieee8021qBindCommand.

148 {return new SocketBindCommand(*this);}

◆ getSteal()

virtual bool inet::SocketBindCommand::getSteal ( ) const
virtual

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

◆ parsimUnpack()

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

◆ setSteal()

virtual void inet::SocketBindCommand::setSteal ( bool  steal)
virtual

Member Data Documentation

◆ steal

bool inet::SocketBindCommand::steal = false
protected

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