|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:234 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpPacketDropChunk (const char *name=nullptr) | |
| SctpPacketDropChunk (const SctpPacketDropChunk &other) | |
| virtual | ~SctpPacketDropChunk () |
| SctpPacketDropChunk & | operator= (const SctpPacketDropChunk &other) |
| virtual SctpPacketDropChunk * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual bool | getCFlag () const |
| virtual void | setCFlag (bool cFlag) |
| virtual bool | getTFlag () const |
| virtual void | setTFlag (bool tFlag) |
| virtual bool | getBFlag () const |
| virtual void | setBFlag (bool bFlag) |
| virtual bool | getMFlag () const |
| virtual void | setMFlag (bool mFlag) |
| virtual uint32_t | getMaxRwnd () const |
| virtual void | setMaxRwnd (uint32_t maxRwnd) |
| virtual uint32_t | getQueuedData () const |
| virtual void | setQueuedData (uint32_t queuedData) |
| virtual uint16_t | getTruncLength () const |
| virtual void | setTruncLength (uint16_t truncLength) |
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 SctpPacketDropChunk &)=delete |
Protected Member Functions inherited from inet::sctp::SctpChunk | |
| bool | operator== (const SctpChunk &)=delete |
Protected Attributes | |
| bool | cFlag = false |
| bool | tFlag = false |
| bool | bFlag = false |
| bool | mFlag = false |
| uint32_t | maxRwnd = 0 |
| uint32_t | queuedData = 0 |
| uint16_t | truncLength = 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 SctpPacketDropChunk &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:234 by opp_msgtool.
class SctpPacketDropChunk extends SctpChunk { bool cFlag; bool tFlag; bool bFlag; bool mFlag; uint32_t maxRwnd; uint32_t queuedData; uint16_t truncLength; }
| inet::sctp::SctpPacketDropChunk::SctpPacketDropChunk | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpPacketDropChunk::SctpPacketDropChunk | ( | const SctpPacketDropChunk & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SctpChunk.
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
| SctpPacketDropChunk& inet::sctp::SctpPacketDropChunk::operator= | ( | const SctpPacketDropChunk & | 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::sendPacketDrop().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendPacketDrop().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendPacketDrop().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendPacketDrop().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendPacketDrop().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendPacketDrop().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendPacketDrop().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |