INET Framework for OMNeT++/OMNEST
SCTPShutdownAckChunk Class Reference

#include <SCTPMessage_m.h>

Inheritance diagram for SCTPShutdownAckChunk:
SCTPChunk

List of all members.

Public Member Functions

 SCTPShutdownAckChunk (const char *name=NULL, int kind=0)
 SCTPShutdownAckChunk (const SCTPShutdownAckChunk &other)
virtual ~SCTPShutdownAckChunk ()
SCTPShutdownAckChunkoperator= (const SCTPShutdownAckChunk &other)
virtual SCTPShutdownAckChunkdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const SCTPShutdownAckChunk &)

Private Member Functions

void copy (const SCTPShutdownAckChunk &other)

Detailed Description

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

 message SCTPShutdownAckChunk extends SCTPChunk
 {
 }
 

Definition at line 989 of file SCTPMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().


Member Function Documentation

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

Reimplemented from SCTPChunk.

Definition at line 1005 of file SCTPMessage_m.h.

Referenced by SCTPAssociation::retransmitShutdownAck(), and SCTPAssociation::sendShutdownAck().

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

Reimplemented from SCTPChunk.

Referenced by doPacking().

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

Reimplemented from SCTPChunk.

Referenced by doUnpacking().


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