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

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

#include <SCTPMessage_m.h>

Inheritance diagram for inet::sctp::SCTPErrorCauseParameter:
inet::sctp::SCTPParameter

Public Member Functions

 SCTPErrorCauseParameter (const char *name=nullptr, short kind=0)
 
 SCTPErrorCauseParameter (const SCTPErrorCauseParameter &other)
 
virtual ~SCTPErrorCauseParameter ()
 
SCTPErrorCauseParameteroperator= (const SCTPErrorCauseParameter &other)
 
virtual SCTPErrorCauseParameterdup () 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)
 
virtual uint32_t getErrorCauseType () const
 
virtual void setErrorCauseType (uint32_t errorCauseType)
 
- 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 SCTPErrorCauseParameter &)
 
- Protected Member Functions inherited from inet::sctp::SCTPParameter
bool operator== (const SCTPParameter &)
 

Protected Attributes

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

Private Member Functions

void copy (const SCTPErrorCauseParameter &other)
 

Detailed Description

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

message SCTPErrorCauseParameter extends SCTPParameter
{
    uint32 responseCorrelationId;
    uint32 errorCauseType;
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::sctp::SCTPParameter.

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

Reimplemented from inet::sctp::SCTPParameter.

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

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

Reimplemented from inet::sctp::SCTPParameter.

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

virtual void inet::sctp::SCTPErrorCauseParameter::setErrorCauseType ( uint32_t  errorCauseType)
virtual
virtual void inet::sctp::SCTPErrorCauseParameter::setResponseCorrelationId ( uint32_t  responseCorrelationId)
virtual

Member Data Documentation

uint32_t inet::sctp::SCTPErrorCauseParameter::errorCauseType
protected
uint32_t inet::sctp::SCTPErrorCauseParameter::responseCorrelationId
protected

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