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

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

#include <SCTPMessage_m.h>

Inheritance diagram for inet::sctp::SCTPCookieAckChunk:
inet::sctp::SCTPChunk

Public Member Functions

 SCTPCookieAckChunk (const char *name=nullptr, short kind=0)
 
 SCTPCookieAckChunk (const SCTPCookieAckChunk &other)
 
virtual ~SCTPCookieAckChunk ()
 
SCTPCookieAckChunkoperator= (const SCTPCookieAckChunk &other)
 
virtual SCTPCookieAckChunkdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
- Public Member Functions inherited from inet::sctp::SCTPChunk
 SCTPChunk (const char *name=nullptr, short kind=0)
 
 SCTPChunk (const SCTPChunk &other)
 
virtual ~SCTPChunk ()
 
SCTPChunkoperator= (const SCTPChunk &other)
 
virtual uint8_t getChunkType () const
 
virtual void setChunkType (uint8_t chunkType)
 
virtual uint32_t getFlags () const
 
virtual void setFlags (uint32_t flags)
 

Protected Member Functions

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

Private Member Functions

void copy (const SCTPCookieAckChunk &other)
 

Additional Inherited Members

- Protected Attributes inherited from inet::sctp::SCTPChunk
uint8_t chunkType
 
uint32_t flags
 

Detailed Description

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

message SCTPCookieAckChunk extends SCTPChunk
{
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::sctp::SCTPChunk.

554 {return new SCTPCookieAckChunk(*this);}
SCTPCookieAckChunk& inet::sctp::SCTPCookieAckChunk::operator= ( const SCTPCookieAckChunk other)
bool inet::sctp::SCTPCookieAckChunk::operator== ( const SCTPCookieAckChunk )
protected
virtual void inet::sctp::SCTPCookieAckChunk::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual

Reimplemented from inet::sctp::SCTPChunk.

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

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

Reimplemented from inet::sctp::SCTPChunk.

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


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