|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:318 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpAddIPParameter (const char *name=nullptr) | |
| SctpAddIPParameter (const SctpAddIPParameter &other) | |
| virtual | ~SctpAddIPParameter () |
| SctpAddIPParameter & | operator= (const SctpAddIPParameter &other) |
| virtual SctpAddIPParameter * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint32_t | getRequestCorrelationId () const |
| virtual void | setRequestCorrelationId (uint32_t requestCorrelationId) |
| virtual const ::inet::L3Address & | getAddressParam () const |
| virtual ::inet::L3Address & | getAddressParamForUpdate () |
| virtual void | setAddressParam (const ::inet::L3Address &addressParam) |
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 SctpAddIPParameter &)=delete |
Protected Member Functions inherited from inet::sctp::SctpParameter | |
| bool | operator== (const SctpParameter &)=delete |
Protected Attributes | |
| uint32_t | requestCorrelationId = 0 |
| ::inet::L3Address | addressParam |
Protected Attributes inherited from inet::sctp::SctpParameter | |
| uint16_t | parameterType = 0 |
Private Member Functions | |
| void | copy (const SctpAddIPParameter &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:318 by opp_msgtool.
class SctpAddIPParameter extends SctpParameter { uint32_t requestCorrelationId; //assigned by the sender to identify each request parameter L3Address addressParam; }
| inet::sctp::SctpAddIPParameter::SctpAddIPParameter | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpAddIPParameter::SctpAddIPParameter | ( | const SctpAddIPParameter & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SctpParameter.
|
virtual |
|
inline |
|
virtual |
| SctpAddIPParameter& inet::sctp::SctpAddIPParameter::operator= | ( | const SctpAddIPParameter & | 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 |