INET Framework for OMNeT++/OMNEST
SCTPSendCommand Class Reference

#include <SCTPCommand_m.h>

Inheritance diagram for SCTPSendCommand:
SCTPCommand

List of all members.

Public Member Functions

 SCTPSendCommand (const char *name=NULL)
 SCTPSendCommand (const SCTPSendCommand &other)
virtual ~SCTPSendCommand ()
SCTPSendCommandoperator= (const SCTPSendCommand &other)
virtual SCTPSendCommanddup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual bool getLast () const
virtual void setLast (bool last)
virtual unsigned int getPpid () const
virtual void setPpid (unsigned int ppid)
virtual bool getPrimary () const
virtual void setPrimary (bool primary)

Protected Member Functions

bool operator== (const SCTPSendCommand &)

Protected Attributes

bool last_var
unsigned int ppid_var
bool primary_var

Private Member Functions

void copy (const SCTPSendCommand &other)

Detailed Description

Class generated from transport/contract/SCTPCommand.msg by opp_msgc.

 class SCTPSendCommand extends SCTPCommand
 {
     bool last;
     unsigned int ppid = 0;
     bool primary = true;
 }
 

Definition at line 247 of file SCTPCommand_m.h.


Constructor & Destructor Documentation

SCTPSendCommand::SCTPSendCommand ( const char *  name = NULL)

Referenced by dup().

virtual SCTPSendCommand::~SCTPSendCommand ( ) [virtual]

Member Function Documentation

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

Reimplemented from SCTPCommand.

Definition at line 266 of file SCTPCommand_m.h.

{return new SCTPSendCommand(*this);}
virtual bool SCTPSendCommand::getLast ( ) const [virtual]
virtual unsigned int SCTPSendCommand::getPpid ( ) const [virtual]
virtual bool SCTPSendCommand::getPrimary ( ) const [virtual]
SCTPSendCommand& SCTPSendCommand::operator= ( const SCTPSendCommand other)
bool SCTPSendCommand::operator== ( const SCTPSendCommand ) [protected]
virtual void SCTPSendCommand::parsimPack ( cCommBuffer *  b) [virtual]

Reimplemented from SCTPCommand.

Referenced by doPacking().

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

Reimplemented from SCTPCommand.

Referenced by doUnpacking().

virtual void SCTPSendCommand::setPpid ( unsigned int  ppid) [virtual]
virtual void SCTPSendCommand::setPrimary ( bool  primary) [virtual]

Referenced by SCTPSocket::send().


Member Data Documentation

bool SCTPSendCommand::last_var [protected]

Definition at line 250 of file SCTPCommand_m.h.

unsigned int SCTPSendCommand::ppid_var [protected]

Definition at line 251 of file SCTPCommand_m.h.

bool SCTPSendCommand::primary_var [protected]

Definition at line 252 of file SCTPCommand_m.h.


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