|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:206 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpShutdownChunk (const char *name=nullptr) | |
| 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) | |
| SctpChunk (const SctpChunk &other) | |
| virtual | ~SctpChunk () |
| SctpChunk & | operator= (const SctpChunk &other) |
| virtual uint8_t | getSctpChunkType () const |
| virtual void | setSctpChunkType (uint8_t sctpChunkType) |
| virtual uint32_t | getFlags () const |
| virtual void | setFlags (uint32_t flags) |
| virtual unsigned short | getLength () const |
| virtual void | setLength (unsigned short length) |
| virtual void | setChunkNameArraySize (size_t size) |
| virtual size_t | getChunkNameArraySize () const |
| virtual char | getChunkName (size_t k) const |
| virtual void | setChunkName (size_t k, char chunkName) |
| virtual void | insertChunkName (size_t k, char chunkName) |
| void | insertChunkName (char chunkName) |
| virtual void | appendChunkName (char chunkName) |
| virtual void | eraseChunkName (size_t k) |
Protected Member Functions | |
| bool | operator== (const SctpShutdownChunk &)=delete |
Protected Member Functions inherited from inet::sctp::SctpChunk | |
| bool | operator== (const SctpChunk &)=delete |
Protected Attributes | |
| uint32_t | cumTsnAck = 0 |
Protected Attributes inherited from inet::sctp::SctpChunk | |
| uint8_t | sctpChunkType = 0 |
| uint32_t | flags = 0 |
| unsigned short | length = 0 |
| char * | chunkName = nullptr |
| size_t | chunkName_arraysize = 0 |
Private Member Functions | |
| void | copy (const SctpShutdownChunk &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:206 by opp_msgtool.
class SctpShutdownChunk extends SctpChunk { uint32_t cumTsnAck; }
| inet::sctp::SctpShutdownChunk::SctpShutdownChunk | ( | const char * | name = nullptr | ) |
| 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 |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
| SctpShutdownChunk& inet::sctp::SctpShutdownChunk::operator= | ( | const SctpShutdownChunk & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::sctp::SctpChunk.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SctpChunk.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendShutdown().
|
protected |