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

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

#include <UdpControlInfo_m.h>

Inheritance diagram for inet::UdpDestroyCommand:
inet::UdpControlInfo

Public Member Functions

 UdpDestroyCommand ()
 
 UdpDestroyCommand (const UdpDestroyCommand &other)
 
virtual ~UdpDestroyCommand ()
 
UdpDestroyCommandoperator= (const UdpDestroyCommand &other)
 
virtual UdpDestroyCommanddup () 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 UdpDestroyCommand &)=delete
 
- Protected Member Functions inherited from inet::UdpControlInfo
bool operator== (const UdpControlInfo &)=delete
 

Private Member Functions

void copy (const UdpDestroyCommand &other)
 

Detailed Description

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

//
// Control info for destroying an UDP socket. To destroy a socket, send a message
// to the ~Udp module with kind=UDP_C_DESTROY and an ~UdpDestroyCommand attached.
//
// @see ~UdpCommandCode
//
class UdpDestroyCommand extends UdpControlInfo
{
}
//
// Control info that is attached to received data packets, sent up from the
// ~Udp module to the application with UDP_I_DATA as message kind.
//
// @see ~UdpCommandCode, ~L3AddressInd, ~PortsInd
//

Constructor & Destructor Documentation

◆ UdpDestroyCommand() [1/2]

inet::UdpDestroyCommand::UdpDestroyCommand ( )

◆ UdpDestroyCommand() [2/2]

inet::UdpDestroyCommand::UdpDestroyCommand ( const UdpDestroyCommand other)

◆ ~UdpDestroyCommand()

virtual inet::UdpDestroyCommand::~UdpDestroyCommand ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

Reimplemented from inet::UdpControlInfo.

428 {return new UdpDestroyCommand(*this);}

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

Reimplemented from inet::UdpControlInfo.

Referenced by inet::doParsimPacking().

◆ parsimUnpack()

virtual void inet::UdpDestroyCommand::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::UdpDestroyCommand::UdpDestroyCommand
UdpDestroyCommand()