INET Framework for OMNeT++/OMNEST
inet::sctp::SCTPSuccessIndication Class Reference

Class generated from inet/transportlayer/sctp/SCTPMessage.msg:367 by nedtool. More...

#include <SCTPMessage_m.h>

Inheritance diagram for inet::sctp::SCTPSuccessIndication:
inet::sctp::SCTPParameter

Public Member Functions

 SCTPSuccessIndication (const char *name=nullptr, short kind=0)
 
 SCTPSuccessIndication (const SCTPSuccessIndication &other)
 
virtual ~SCTPSuccessIndication ()
 
SCTPSuccessIndicationoperator= (const SCTPSuccessIndication &other)
 
virtual SCTPSuccessIndicationdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual uint32_t getResponseCorrelationId () const
 
virtual void setResponseCorrelationId (uint32_t responseCorrelationId)
 
- Public Member Functions inherited from inet::sctp::SCTPParameter
 SCTPParameter (const char *name=nullptr, short kind=0)
 
 SCTPParameter (const SCTPParameter &other)
 
virtual ~SCTPParameter ()
 
SCTPParameteroperator= (const SCTPParameter &other)
 
virtual uint16_t getParameterType () const
 
virtual void setParameterType (uint16_t parameterType)
 

Protected Member Functions

bool operator== (const SCTPSuccessIndication &)
 
- Protected Member Functions inherited from inet::sctp::SCTPParameter
bool operator== (const SCTPParameter &)
 

Protected Attributes

uint32_t responseCorrelationId
 
- Protected Attributes inherited from inet::sctp::SCTPParameter
uint16_t parameterType
 

Private Member Functions

void copy (const SCTPSuccessIndication &other)
 

Detailed Description

Class generated from inet/transportlayer/sctp/SCTPMessage.msg:367 by nedtool.

message SCTPSuccessIndication extends SCTPParameter
{
    uint32 responseCorrelationId;
}

Constructor & Destructor Documentation

inet::sctp::SCTPSuccessIndication::SCTPSuccessIndication ( const char *  name = nullptr,
short  kind = 0 
)
inet::sctp::SCTPSuccessIndication::SCTPSuccessIndication ( const SCTPSuccessIndication other)
virtual inet::sctp::SCTPSuccessIndication::~SCTPSuccessIndication ( )
virtual

Member Function Documentation

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

Reimplemented from inet::sctp::SCTPParameter.

2175 {return new SCTPSuccessIndication(*this);}
SCTPSuccessIndication(const char *name=nullptr, short kind=0)
virtual uint32_t inet::sctp::SCTPSuccessIndication::getResponseCorrelationId ( ) const
virtual
SCTPSuccessIndication& inet::sctp::SCTPSuccessIndication::operator= ( const SCTPSuccessIndication other)
bool inet::sctp::SCTPSuccessIndication::operator== ( const SCTPSuccessIndication )
protected
virtual void inet::sctp::SCTPSuccessIndication::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::sctp::SCTPParameter.

Referenced by inet::sctp::doParsimPacking().

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

Reimplemented from inet::sctp::SCTPParameter.

Referenced by inet::sctp::doParsimUnpacking().

virtual void inet::sctp::SCTPSuccessIndication::setResponseCorrelationId ( uint32_t  responseCorrelationId)
virtual

Member Data Documentation

uint32_t inet::sctp::SCTPSuccessIndication::responseCorrelationId
protected

The documentation for this class was generated from the following file: