INET Framework for OMNeT++/OMNEST
SCTPShutdownChunk Class Reference

#include <SCTPMessage_m.h>

Inheritance diagram for SCTPShutdownChunk:
SCTPChunk

List of all members.

Public Member Functions

 SCTPShutdownChunk (const char *name=NULL, int kind=0)
 SCTPShutdownChunk (const SCTPShutdownChunk &other)
virtual ~SCTPShutdownChunk ()
SCTPShutdownChunkoperator= (const SCTPShutdownChunk &other)
virtual SCTPShutdownChunkdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual uint32 getCumTsnAck () const
virtual void setCumTsnAck (uint32 cumTsnAck)

Protected Member Functions

bool operator== (const SCTPShutdownChunk &)

Protected Attributes

uint32 cumTsnAck_var

Private Member Functions

void copy (const SCTPShutdownChunk &other)

Detailed Description

Class generated from transport/sctp/SCTPMessage.msg by opp_msgc.

 message SCTPShutdownChunk extends SCTPChunk
 {
      uint32 cumTsnAck;
 }
 

Definition at line 952 of file SCTPMessage_m.h.


Constructor & Destructor Documentation

SCTPShutdownChunk::SCTPShutdownChunk ( const char *  name = NULL,
int  kind = 0 
)

Referenced by dup().


Member Function Documentation

void SCTPShutdownChunk::copy ( const SCTPShutdownChunk other) [private]
virtual SCTPShutdownChunk* SCTPShutdownChunk::dup ( ) const [inline, virtual]

Reimplemented from SCTPChunk.

Definition at line 969 of file SCTPMessage_m.h.

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

{return new SCTPShutdownChunk(*this);}
SCTPShutdownChunk& SCTPShutdownChunk::operator= ( const SCTPShutdownChunk other)
bool SCTPShutdownChunk::operator== ( const SCTPShutdownChunk ) [protected]
virtual void SCTPShutdownChunk::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from SCTPChunk.

Referenced by doPacking().

virtual void SCTPShutdownChunk::parsimUnpack ( cCommBuffer *  b) [virtual]

Reimplemented from SCTPChunk.

Referenced by doUnpacking().

virtual void SCTPShutdownChunk::setCumTsnAck ( uint32  cumTsnAck) [virtual]

Member Data Documentation

Definition at line 955 of file SCTPMessage_m.h.


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