|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:341 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpErrorCauseParameter (const char *name=nullptr) | |
| SctpErrorCauseParameter (const SctpErrorCauseParameter &other) | |
| virtual | ~SctpErrorCauseParameter () |
| SctpErrorCauseParameter & | operator= (const SctpErrorCauseParameter &other) |
| virtual SctpErrorCauseParameter * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint32_t | getResponseCorrelationId () const |
| virtual void | setResponseCorrelationId (uint32_t responseCorrelationId) |
| virtual uint32_t | getErrorCauseType () const |
| virtual void | setErrorCauseType (uint32_t errorCauseType) |
Public Member Functions inherited from inet::sctp::SctpParameter | |
| SctpParameter (const char *name=nullptr) | |
| SctpParameter (const SctpParameter &other) | |
| virtual | ~SctpParameter () |
| SctpParameter & | operator= (const SctpParameter &other) |
| virtual uint16_t | getParameterType () const |
| virtual void | setParameterType (uint16_t parameterType) |
Protected Member Functions | |
| bool | operator== (const SctpErrorCauseParameter &)=delete |
Protected Member Functions inherited from inet::sctp::SctpParameter | |
| bool | operator== (const SctpParameter &)=delete |
Protected Attributes | |
| uint32_t | responseCorrelationId = 0 |
| uint32_t | errorCauseType = 0 |
Protected Attributes inherited from inet::sctp::SctpParameter | |
| uint16_t | parameterType = 0 |
Private Member Functions | |
| void | copy (const SctpErrorCauseParameter &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:341 by opp_msgtool.
class SctpErrorCauseParameter extends SctpParameter { uint32_t responseCorrelationId; uint32_t errorCauseType; }
| inet::sctp::SctpErrorCauseParameter::SctpErrorCauseParameter | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpErrorCauseParameter::SctpErrorCauseParameter | ( | const SctpErrorCauseParameter & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SctpParameter.
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
| SctpErrorCauseParameter& inet::sctp::SctpErrorCauseParameter::operator= | ( | const SctpErrorCauseParameter & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::sctp::SctpParameter.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SctpParameter.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |