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

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

#include <SCTPMessage_m.h>

Inheritance diagram for inet::sctp::SCTPShutdownChunk:
inet::sctp::SCTPChunk

Public Member Functions

 SCTPShutdownChunk (const char *name=nullptr, short kind=0)
 
 SCTPShutdownChunk (const SCTPShutdownChunk &other)
 
virtual ~SCTPShutdownChunk ()
 
SCTPShutdownChunkoperator= (const SCTPShutdownChunk &other)
 
virtual SCTPShutdownChunkdup () const override
 
virtual void parsimPack (omnetpp::cCommBuffer *b) const override
 
virtual void parsimUnpack (omnetpp::cCommBuffer *b) override
 
virtual uint32_t getCumTsnAck () const
 
virtual void setCumTsnAck (uint32_t cumTsnAck)
 
- 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 SCTPShutdownChunk &)
 
- Protected Member Functions inherited from inet::sctp::SCTPChunk
bool operator== (const SCTPChunk &)
 

Protected Attributes

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

Private Member Functions

void copy (const SCTPShutdownChunk &other)
 

Detailed Description

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

message SCTPShutdownChunk extends SCTPChunk
{
    uint32 cumTsnAck;
}

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from inet::sctp::SCTPChunk.

Referenced by inet::sctp::SCTPAssociation::retransmitShutdown(), and inet::sctp::SCTPAssociation::sendShutdown().

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

Reimplemented from inet::sctp::SCTPChunk.

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

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

Reimplemented from inet::sctp::SCTPChunk.

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

virtual void inet::sctp::SCTPShutdownChunk::setCumTsnAck ( uint32_t  cumTsnAck)
virtual

Member Data Documentation

uint32_t inet::sctp::SCTPShutdownChunk::cumTsnAck
protected

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