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

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

#include <SCTPMessage_m.h>

Inheritance diagram for inet::sctp::SCTPSupportedExtensionsParameter:
inet::sctp::SCTPParameter

Public Member Functions

 SCTPSupportedExtensionsParameter (const char *name=nullptr, short kind=0)
 
 SCTPSupportedExtensionsParameter (const SCTPSupportedExtensionsParameter &other)
 
virtual ~SCTPSupportedExtensionsParameter ()
 
SCTPSupportedExtensionsParameteroperator= (const SCTPSupportedExtensionsParameter &other)
 
virtual SCTPSupportedExtensionsParameterdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual void setChunkTypesArraySize (unsigned int size)
 
virtual unsigned int getChunkTypesArraySize () const
 
virtual uint16_t getChunkTypes (unsigned int k) const
 
virtual void setChunkTypes (unsigned int k, uint16_t chunkTypes)
 
- 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 SCTPSupportedExtensionsParameter &)
 
- Protected Member Functions inherited from inet::sctp::SCTPParameter
bool operator== (const SCTPParameter &)
 

Protected Attributes

uint16_t * chunkTypes
 
unsigned int chunkTypes_arraysize
 
- Protected Attributes inherited from inet::sctp::SCTPParameter
uint16_t parameterType
 

Private Member Functions

void copy (const SCTPSupportedExtensionsParameter &other)
 

Detailed Description

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

message SCTPSupportedExtensionsParameter extends SCTPParameter
{
    uint16 chunkTypes[];
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::sctp::SCTPParameter.

2055 {return new SCTPSupportedExtensionsParameter(*this);}
SCTPSupportedExtensionsParameter(const char *name=nullptr, short kind=0)
virtual uint16_t inet::sctp::SCTPSupportedExtensionsParameter::getChunkTypes ( unsigned int  k) const
virtual
virtual unsigned int inet::sctp::SCTPSupportedExtensionsParameter::getChunkTypesArraySize ( ) const
virtual
SCTPSupportedExtensionsParameter& inet::sctp::SCTPSupportedExtensionsParameter::operator= ( const SCTPSupportedExtensionsParameter other)
bool inet::sctp::SCTPSupportedExtensionsParameter::operator== ( const SCTPSupportedExtensionsParameter )
protected
virtual void inet::sctp::SCTPSupportedExtensionsParameter::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::sctp::SCTPParameter.

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

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

Reimplemented from inet::sctp::SCTPParameter.

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

virtual void inet::sctp::SCTPSupportedExtensionsParameter::setChunkTypes ( unsigned int  k,
uint16_t  chunkTypes 
)
virtual
virtual void inet::sctp::SCTPSupportedExtensionsParameter::setChunkTypesArraySize ( unsigned int  size)
virtual

Member Data Documentation

uint16_t* inet::sctp::SCTPSupportedExtensionsParameter::chunkTypes
protected
unsigned int inet::sctp::SCTPSupportedExtensionsParameter::chunkTypes_arraysize
protected

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