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

Class generated from inet/linklayer/tun/TunControlInfo.msg:27 by opp_msgtool. More...

#include <TunControlInfo_m.h>

Inheritance diagram for inet::TunControlInfo:
inet::TunCloseCommand inet::TunDestroyCommand inet::TunOpenCommand inet::TunSocketClosedIndication

Public Member Functions

 TunControlInfo ()
 
 TunControlInfo (const TunControlInfo &other)
 
virtual ~TunControlInfo ()
 
TunControlInfooperator= (const TunControlInfo &other)
 
virtual TunControlInfodup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 

Protected Member Functions

bool operator== (const TunControlInfo &)=delete
 

Private Member Functions

void copy (const TunControlInfo &other)
 

Detailed Description

Class generated from inet/linklayer/tun/TunControlInfo.msg:27 by opp_msgtool.

class TunControlInfo extends cObject
{
}

Constructor & Destructor Documentation

◆ TunControlInfo() [1/2]

inet::TunControlInfo::TunControlInfo ( )

◆ TunControlInfo() [2/2]

inet::TunControlInfo::TunControlInfo ( const TunControlInfo other)

◆ ~TunControlInfo()

virtual inet::TunControlInfo::~TunControlInfo ( )
virtual

Member Function Documentation

◆ copy()

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

◆ dup()

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

◆ operator=()

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

◆ operator==()

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

◆ parsimPack()

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

◆ parsimUnpack()

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

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