|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:352 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpSuccessIndication (const char *name=nullptr) | |
| SctpSuccessIndication (const SctpSuccessIndication &other) | |
| virtual | ~SctpSuccessIndication () |
| SctpSuccessIndication & | operator= (const SctpSuccessIndication &other) |
| virtual SctpSuccessIndication * | 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) |
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 SctpSuccessIndication &)=delete |
Protected Member Functions inherited from inet::sctp::SctpParameter | |
| bool | operator== (const SctpParameter &)=delete |
Protected Attributes | |
| uint32_t | responseCorrelationId = 0 |
Protected Attributes inherited from inet::sctp::SctpParameter | |
| uint16_t | parameterType = 0 |
Private Member Functions | |
| void | copy (const SctpSuccessIndication &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:352 by opp_msgtool.
class SctpSuccessIndication extends SctpParameter { uint32_t responseCorrelationId; }
| inet::sctp::SctpSuccessIndication::SctpSuccessIndication | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpSuccessIndication::SctpSuccessIndication | ( | const SctpSuccessIndication & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SctpParameter.
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
| SctpSuccessIndication& inet::sctp::SctpSuccessIndication::operator= | ( | const SctpSuccessIndication & | 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 |
|
protected |