|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPCommand_m.h>
Public Member Functions | |
| SCTPInfo (const char *name=NULL) | |
| SCTPInfo (const SCTPInfo &other) | |
| virtual | ~SCTPInfo () |
| SCTPInfo & | operator= (const SCTPInfo &other) |
| virtual SCTPInfo * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual int | getText () const |
| virtual void | setText (int text) |
Protected Member Functions | |
| bool | operator== (const SCTPInfo &) |
Protected Attributes | |
| int | text_var |
Private Member Functions | |
| void | copy (const SCTPInfo &other) |
Class generated from transport/contract/SCTPCommand.msg by opp_msgc.
class SCTPInfo extends SCTPCommand { int text = 0; }
Definition at line 492 of file SCTPCommand_m.h.
| SCTPInfo::SCTPInfo | ( | const char * | name = NULL | ) |
Referenced by dup().
| SCTPInfo::SCTPInfo | ( | const SCTPInfo & | other | ) |
| virtual SCTPInfo::~SCTPInfo | ( | ) | [virtual] |
| void SCTPInfo::copy | ( | const SCTPInfo & | other | ) | [private] |
| virtual SCTPInfo* SCTPInfo::dup | ( | ) | const [inline, virtual] |
Reimplemented from SCTPCommand.
Definition at line 509 of file SCTPCommand_m.h.
{return new SCTPInfo(*this);}
| virtual int SCTPInfo::getText | ( | ) | const [virtual] |
| bool SCTPInfo::operator== | ( | const SCTPInfo & | ) | [protected] |
| virtual void SCTPInfo::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPCommand.
Referenced by doPacking().
| virtual void SCTPInfo::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPCommand.
Referenced by doUnpacking().
| virtual void SCTPInfo::setText | ( | int | text | ) | [virtual] |
int SCTPInfo::text_var [protected] |
Definition at line 495 of file SCTPCommand_m.h.