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

Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:131 by nedtool. 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)
 
virtual int getSockId () const
 
virtual void setSockId (int sockId)
 

Protected Member Functions

bool operator== (const UDPCloseCommand &)
 
- Protected Member Functions inherited from inet::UDPControlInfo
bool operator== (const UDPControlInfo &)
 

Private Member Functions

void copy (const UDPCloseCommand &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::UDPControlInfo
int sockId
 

Detailed Description

Class generated from inet/transportlayer/contract/udp/UDPControlInfo.msg:131 by nedtool.

//
// 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.
//
// @see ~UDPCommandCode
//
class UDPCloseCommand extends UDPControlInfo
{
}

Constructor & Destructor Documentation

inet::UDPCloseCommand::UDPCloseCommand ( )
inet::UDPCloseCommand::UDPCloseCommand ( const UDPCloseCommand other)
virtual inet::UDPCloseCommand::~UDPCloseCommand ( )
virtual

Member Function Documentation

void inet::UDPCloseCommand::copy ( const UDPCloseCommand other)
private
virtual UDPCloseCommand* inet::UDPCloseCommand::dup ( ) const
inlineoverridevirtual

Reimplemented from inet::UDPControlInfo.

332 {return new UDPCloseCommand(*this);}
UDPCloseCommand& inet::UDPCloseCommand::operator= ( const UDPCloseCommand other)
bool inet::UDPCloseCommand::operator== ( const UDPCloseCommand )
protected
virtual void inet::UDPCloseCommand::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::UDPControlInfo.

Referenced by inet::doParsimPacking().

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: