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

Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:121 by opp_msgtool. More...

#include <UdpControlInfo_m.h>

Inheritance diagram for inet::UdpCloseCommand:
inet::UdpControlInfo

Public Member Functions

 UdpCloseCommand ()
 
 UdpCloseCommand (const UdpCloseCommand &other)
 
virtual ~UdpCloseCommand ()
 
UdpCloseCommandoperator= (const UdpCloseCommand &other)
 
virtual UdpCloseCommanddup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::UdpControlInfo
 UdpControlInfo ()
 
 UdpControlInfo (const UdpControlInfo &other)
 
virtual ~UdpControlInfo ()
 
UdpControlInfooperator= (const UdpControlInfo &other)
 

Protected Member Functions

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

Private Member Functions

void copy (const UdpCloseCommand &other)
 

Detailed Description

Class generated from inet/transportlayer/contract/udp/UdpControlInfo.msg:121 by opp_msgtool.

//
// Control info for closing an UDP socket. To close a socket, send a message
// to the ~Udp module with kind=UDP_C_CLOSE and an ~UdpCloseCommand attached.
// The Udp module will send an ~UdpSocketClosedIndication answer.
//
// @see ~UdpCommandCode
//
class UdpCloseCommand extends UdpControlInfo
{
}

Constructor & Destructor Documentation

◆ UdpCloseCommand() [1/2]

inet::UdpCloseCommand::UdpCloseCommand ( )

◆ UdpCloseCommand() [2/2]

inet::UdpCloseCommand::UdpCloseCommand ( const UdpCloseCommand other)

◆ ~UdpCloseCommand()

virtual inet::UdpCloseCommand::~UdpCloseCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::UdpControlInfo.

347 {return new UdpCloseCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::UdpControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

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

Reimplemented from inet::UdpControlInfo.

Referenced by inet::doParsimUnpacking().


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