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

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

#include <L3SocketCommand_m.h>

Inheritance diagram for inet::L3SocketConnectCommand:
inet::L3SocketCommandBase

Public Member Functions

 L3SocketConnectCommand ()
 
 L3SocketConnectCommand (const L3SocketConnectCommand &other)
 
virtual ~L3SocketConnectCommand ()
 
L3SocketConnectCommandoperator= (const L3SocketConnectCommand &other)
 
virtual L3SocketConnectCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual const L3AddressgetRemoteAddress () const
 
virtual L3AddressgetRemoteAddressForUpdate ()
 
virtual void setRemoteAddress (const L3Address &remoteAddress)
 
- Public Member Functions inherited from inet::L3SocketCommandBase
 L3SocketCommandBase ()
 
 L3SocketCommandBase (const L3SocketCommandBase &other)
 
virtual ~L3SocketCommandBase ()
 
L3SocketCommandBaseoperator= (const L3SocketCommandBase &other)
 

Protected Member Functions

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

Protected Attributes

L3Address remoteAddress
 

Private Member Functions

void copy (const L3SocketConnectCommand &other)
 

Detailed Description

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

class L3SocketConnectCommand extends L3SocketCommandBase
{
    L3Address remoteAddress;
}

Constructor & Destructor Documentation

◆ L3SocketConnectCommand() [1/2]

inet::L3SocketConnectCommand::L3SocketConnectCommand ( )

◆ L3SocketConnectCommand() [2/2]

inet::L3SocketConnectCommand::L3SocketConnectCommand ( const L3SocketConnectCommand other)

◆ ~L3SocketConnectCommand()

virtual inet::L3SocketConnectCommand::~L3SocketConnectCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::L3SocketCommandBase.

189 {return new L3SocketConnectCommand(*this);}

◆ getRemoteAddress()

virtual const L3Address& inet::L3SocketConnectCommand::getRemoteAddress ( ) const
virtual

◆ getRemoteAddressForUpdate()

virtual L3Address& inet::L3SocketConnectCommand::getRemoteAddressForUpdate ( )
inlinevirtual
194 { return const_cast<L3Address&>(const_cast<L3SocketConnectCommand*>(this)->getRemoteAddress());}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::L3SocketCommandBase.

Referenced by inet::doParsimUnpacking().

◆ setRemoteAddress()

virtual void inet::L3SocketConnectCommand::setRemoteAddress ( const L3Address remoteAddress)
virtual

Member Data Documentation

◆ remoteAddress

L3Address inet::L3SocketConnectCommand::remoteAddress
protected

The documentation for this class was generated from the following file:
inet::L3SocketConnectCommand::L3SocketConnectCommand
L3SocketConnectCommand()
inet::L3SocketConnectCommand::getRemoteAddress
virtual const L3Address & getRemoteAddress() const