|
INET Framework for OMNeT++/OMNEST
|
#include <SCTPMessage_m.h>
Public Member Functions | |
| SCTPAbortChunk (const char *name=NULL, int kind=0) | |
| SCTPAbortChunk (const SCTPAbortChunk &other) | |
| virtual | ~SCTPAbortChunk () |
| SCTPAbortChunk & | operator= (const SCTPAbortChunk &other) |
| virtual SCTPAbortChunk * | dup () const |
| virtual void | parsimPack (cCommBuffer *b) |
| virtual void | parsimUnpack (cCommBuffer *b) |
| virtual bool | getT_Bit () const |
| virtual void | setT_Bit (bool T_Bit) |
Protected Member Functions | |
| bool | operator== (const SCTPAbortChunk &) |
Protected Attributes | |
| bool | T_Bit_var |
Private Member Functions | |
| void | copy (const SCTPAbortChunk &other) |
Class generated from transport/sctp/SCTPMessage.msg by opp_msgc.
message SCTPAbortChunk extends SCTPChunk {
bool T_Bit = 0; }
Definition at line 814 of file SCTPMessage_m.h.
| SCTPAbortChunk::SCTPAbortChunk | ( | const char * | name = NULL, |
| int | kind = 0 |
||
| ) |
Referenced by dup().
| SCTPAbortChunk::SCTPAbortChunk | ( | const SCTPAbortChunk & | other | ) |
| virtual SCTPAbortChunk::~SCTPAbortChunk | ( | ) | [virtual] |
| void SCTPAbortChunk::copy | ( | const SCTPAbortChunk & | other | ) | [private] |
| virtual SCTPAbortChunk* SCTPAbortChunk::dup | ( | ) | const [inline, virtual] |
Reimplemented from SCTPChunk.
Definition at line 831 of file SCTPMessage_m.h.
{return new SCTPAbortChunk(*this);}
| virtual bool SCTPAbortChunk::getT_Bit | ( | ) | const [virtual] |
Referenced by SCTPAssociation::process_RCV_Message(), TCPDumper::sctpDump(), and SCTPAssociation::sendToIP().
| SCTPAbortChunk& SCTPAbortChunk::operator= | ( | const SCTPAbortChunk & | other | ) |
| bool SCTPAbortChunk::operator== | ( | const SCTPAbortChunk & | ) | [protected] |
| virtual void SCTPAbortChunk::parsimPack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPChunk.
Referenced by doPacking().
| virtual void SCTPAbortChunk::parsimUnpack | ( | cCommBuffer * | b | ) | [virtual] |
Reimplemented from SCTPChunk.
Referenced by doUnpacking().
| virtual void SCTPAbortChunk::setT_Bit | ( | bool | T_Bit | ) | [virtual] |
Referenced by SCTPSerializer::parse(), SCTPAssociation::sendAbort(), and SCTP::sendAbortFromMain().
bool SCTPAbortChunk::T_Bit_var [protected] |
Definition at line 817 of file SCTPMessage_m.h.