|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:222 by nedtool.
More...
#include <SCTPMessage_m.h>
Public Member Functions | |
| SCTPShutdownChunk (const char *name=nullptr, short kind=0) | |
| SCTPShutdownChunk (const SCTPShutdownChunk &other) | |
| virtual | ~SCTPShutdownChunk () |
| SCTPShutdownChunk & | operator= (const SCTPShutdownChunk &other) |
| virtual SCTPShutdownChunk * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint32_t | getCumTsnAck () const |
| virtual void | setCumTsnAck (uint32_t cumTsnAck) |
Public Member Functions inherited from inet::sctp::SCTPChunk | |
| SCTPChunk (const char *name=nullptr, short kind=0) | |
| SCTPChunk (const SCTPChunk &other) | |
| virtual | ~SCTPChunk () |
| SCTPChunk & | operator= (const SCTPChunk &other) |
| virtual uint8_t | getChunkType () const |
| virtual void | setChunkType (uint8_t chunkType) |
| virtual uint32_t | getFlags () const |
| virtual void | setFlags (uint32_t flags) |
Protected Member Functions | |
| bool | operator== (const SCTPShutdownChunk &) |
Protected Member Functions inherited from inet::sctp::SCTPChunk | |
| bool | operator== (const SCTPChunk &) |
Protected Attributes | |
| uint32_t | cumTsnAck |
Protected Attributes inherited from inet::sctp::SCTPChunk | |
| uint8_t | chunkType |
| uint32_t | flags |
Private Member Functions | |
| void | copy (const SCTPShutdownChunk &other) |
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:222 by nedtool.
message SCTPShutdownChunk extends SCTPChunk { uint32 cumTsnAck; }
| inet::sctp::SCTPShutdownChunk::SCTPShutdownChunk | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::sctp::SCTPShutdownChunk::SCTPShutdownChunk | ( | const SCTPShutdownChunk & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::SCTPAssociation::retransmitShutdown(), and inet::sctp::SCTPAssociation::sendShutdown().
|
virtual |
| SCTPShutdownChunk& inet::sctp::SCTPShutdownChunk::operator= | ( | const SCTPShutdownChunk & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
|
protected |