INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:367
by nedtool.
More...
#include <SCTPMessage_m.h>
Public Member Functions | |
SCTPSuccessIndication (const char *name=nullptr, short kind=0) | |
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, short kind=0) | |
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 &) |
Protected Member Functions inherited from inet::sctp::SCTPParameter | |
bool | operator== (const SCTPParameter &) |
Protected Attributes | |
uint32_t | responseCorrelationId |
Protected Attributes inherited from inet::sctp::SCTPParameter | |
uint16_t | parameterType |
Private Member Functions | |
void | copy (const SCTPSuccessIndication &other) |
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:367
by nedtool.
message SCTPSuccessIndication extends SCTPParameter { uint32 responseCorrelationId; }
inet::sctp::SCTPSuccessIndication::SCTPSuccessIndication | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::sctp::SCTPSuccessIndication::SCTPSuccessIndication | ( | const SCTPSuccessIndication & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SCTPParameter.
|
virtual |
Referenced by inet::serializer::SCTPSerializer::deserialize().
SCTPSuccessIndication& inet::sctp::SCTPSuccessIndication::operator= | ( | const SCTPSuccessIndication & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::sctp::SCTPParameter.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SCTPParameter.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
|
protected |