INET Framework for OMNeT++/OMNEST
SCTPCookieAckChunk Class Reference

#include <SCTPMessage_m.h>

Inheritance diagram for SCTPCookieAckChunk:
SCTPChunk

List of all members.

Public Member Functions

 SCTPCookieAckChunk (const char *name=NULL, int kind=0)
 SCTPCookieAckChunk (const SCTPCookieAckChunk &other)
virtual ~SCTPCookieAckChunk ()
SCTPCookieAckChunkoperator= (const SCTPCookieAckChunk &other)
virtual SCTPCookieAckChunkdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)

Protected Member Functions

bool operator== (const SCTPCookieAckChunk &)

Private Member Functions

void copy (const SCTPCookieAckChunk &other)

Detailed Description

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

 message SCTPCookieAckChunk extends SCTPChunk
 {
 }
 

Definition at line 491 of file SCTPMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().


Member Function Documentation

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

Reimplemented from SCTPChunk.

Definition at line 507 of file SCTPMessage_m.h.

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

Reimplemented from SCTPChunk.

Referenced by doPacking().

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

Reimplemented from SCTPChunk.

Referenced by doUnpacking().


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