|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPMessage_m.h>
Public Member Functions | |
| SCTPParameter (const char *name=NULL, int kind=0) | |
| SCTPParameter (const SCTPParameter &other) | |
| virtual | ~SCTPParameter () |
| SCTPParameter & | operator= (const SCTPParameter &other) |
| virtual SCTPParameter * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual uint16 | getParameterType () const |
| virtual void | setParameterType (uint16 parameterType) |
Protected Member Functions | |
| bool | operator== (const SCTPParameter &) |
Protected Attributes | |
| uint16 | parameterType_var |
Private Member Functions | |
| void | copy (const SCTPParameter &other) |
Class generated from transport/sctp/SCTPMessage.msg by opp_msgc.
message SCTPParameter extends cPacket { uint16 parameterType; }
Definition at line 1134 of file SCTPMessage_m.h.
| SCTPParameter::SCTPParameter | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| SCTPParameter::SCTPParameter | ( | const SCTPParameter & | other | ) |
| virtual SCTPParameter::~SCTPParameter | ( | ) | [virtual] |
| void SCTPParameter::copy | ( | const SCTPParameter & | other | ) | [private] |
| virtual SCTPParameter* SCTPParameter::dup | ( | ) | const [inline, virtual] |
Definition at line 1151 of file SCTPMessage_m.h.
{return new SCTPParameter(*this);}
| virtual uint16 SCTPParameter::getParameterType | ( | ) | const [virtual] |
Referenced by TCPDumper::sctpDump().
| SCTPParameter& SCTPParameter::operator= | ( | const SCTPParameter & | other | ) |
| bool SCTPParameter::operator== | ( | const SCTPParameter & | ) | [protected] |
| virtual void SCTPParameter::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doPacking().
| virtual void SCTPParameter::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Referenced by doUnpacking().
| virtual void SCTPParameter::setParameterType | ( | uint16 | parameterType | ) | [virtual] |
uint16 SCTPParameter::parameterType_var [protected] |
Definition at line 1137 of file SCTPMessage_m.h.