INET Framework for OMNeT++/OMNEST
SCTPChunk Class Reference

#include <SCTPMessage_m.h>

Inheritance diagram for SCTPChunk:
SCTPAbortChunk SCTPCookieAckChunk SCTPCookieEchoChunk SCTPDataChunk SCTPErrorChunk_Base SCTPForwardTsnChunk SCTPHeartbeatAckChunk SCTPHeartbeatChunk SCTPInitAckChunk SCTPInitChunk SCTPSackChunk SCTPShutdownAckChunk SCTPShutdownChunk SCTPShutdownCompleteChunk

List of all members.

Public Member Functions

 SCTPChunk (const char *name=NULL, int kind=0)
 SCTPChunk (const SCTPChunk &other)
virtual ~SCTPChunk ()
SCTPChunkoperator= (const SCTPChunk &other)
virtual SCTPChunkdup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual uint8 getChunkType () const
virtual void setChunkType (uint8 chunkType)

Protected Member Functions

bool operator== (const SCTPChunk &)

Protected Attributes

uint8 chunkType_var

Private Member Functions

void copy (const SCTPChunk &other)

Detailed Description

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

 message SCTPChunk extends cPacket
 {
      (false);
      uint8 chunkType;
 }
 

Definition at line 173 of file SCTPMessage_m.h.


Constructor & Destructor Documentation

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

Referenced by dup().

SCTPChunk::SCTPChunk ( const SCTPChunk other)
virtual SCTPChunk::~SCTPChunk ( ) [virtual]

Member Function Documentation

void SCTPChunk::copy ( const SCTPChunk other) [private]
SCTPChunk& SCTPChunk::operator= ( const SCTPChunk other)
bool SCTPChunk::operator== ( const SCTPChunk ) [protected]

Member Data Documentation

uint8 SCTPChunk::chunkType_var [protected]

Definition at line 176 of file SCTPMessage_m.h.


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