|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:228 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpParameter (const char *name=nullptr) | |
| SctpParameter (const SctpParameter &other) | |
| virtual | ~SctpParameter () |
| SctpParameter & | operator= (const SctpParameter &other) |
| virtual SctpParameter * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint16_t | getParameterType () const |
| virtual void | setParameterType (uint16_t parameterType) |
Protected Member Functions | |
| bool | operator== (const SctpParameter &)=delete |
Protected Attributes | |
| uint16_t | parameterType = 0 |
Private Member Functions | |
| void | copy (const SctpParameter &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:228 by opp_msgtool.
class SctpParameter extends cPacket { @packetData; uint16_t parameterType; }
| inet::sctp::SctpParameter::SctpParameter | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpParameter::SctpParameter | ( | const SctpParameter & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented in inet::sctp::SctpSuccessIndication, inet::sctp::SctpSimpleErrorCauseParameter, inet::sctp::SctpErrorCauseParameter, inet::sctp::SctpSupportedExtensionsParameter, inet::sctp::SctpSetPrimaryIPParameter, inet::sctp::SctpDeleteIPParameter, inet::sctp::SctpAddIPParameter, inet::sctp::SctpAddStreamsRequestParameter, inet::sctp::SctpStreamResetResponseParameter, inet::sctp::SctpSsnTsnResetRequestParameter, inet::sctp::SctpIncomingSsnResetRequestParameter_Base, inet::sctp::SctpOutgoingSsnResetRequestParameter, and inet::sctp::SctpIncomingSsnResetRequestParameter.
Referenced by inet::sctp::SctpAssociation::checkStreamsToReset(), inet::sctp::SctpAssociation::processIncomingResetRequestArrived(), and inet::sctp::SctpAssociation::processStreamResetArrived().
|
virtual |
| SctpParameter& inet::sctp::SctpParameter::operator= | ( | const SctpParameter & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented in inet::sctp::SctpSuccessIndication, inet::sctp::SctpSimpleErrorCauseParameter, inet::sctp::SctpErrorCauseParameter, inet::sctp::SctpSupportedExtensionsParameter, inet::sctp::SctpSetPrimaryIPParameter, inet::sctp::SctpDeleteIPParameter, inet::sctp::SctpAddIPParameter, inet::sctp::SctpAddStreamsRequestParameter, inet::sctp::SctpStreamResetResponseParameter, inet::sctp::SctpSsnTsnResetRequestParameter, inet::sctp::SctpIncomingSsnResetRequestParameter_Base, and inet::sctp::SctpOutgoingSsnResetRequestParameter.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented in inet::sctp::SctpSuccessIndication, inet::sctp::SctpSimpleErrorCauseParameter, inet::sctp::SctpErrorCauseParameter, inet::sctp::SctpSupportedExtensionsParameter, inet::sctp::SctpSetPrimaryIPParameter, inet::sctp::SctpDeleteIPParameter, inet::sctp::SctpAddIPParameter, inet::sctp::SctpAddStreamsRequestParameter, inet::sctp::SctpStreamResetResponseParameter, inet::sctp::SctpSsnTsnResetRequestParameter, inet::sctp::SctpIncomingSsnResetRequestParameter_Base, and inet::sctp::SctpOutgoingSsnResetRequestParameter.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
Referenced by inet::sctp::SctpAssociation::createSuccessIndication(), inet::sctp::SctpHeaderSerializer::deserialize(), inet::sctp::SctpAssociation::makeAddStreamsRequestParameter(), inet::sctp::SctpAssociation::makeIncomingStreamResetParameter(), inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::makeSsnTsnResetParameter(), inet::sctp::SctpAssociation::processAddInAndOutResetRequestArrived(), inet::sctp::SctpAssociation::processAsconfArrived(), inet::sctp::SctpAssociation::sendAddOutgoingStreamsRequest(), inet::sctp::SctpAssociation::sendAsconf(), inet::sctp::SctpNatHook::sendBackError(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendDoubleStreamResetResponse(), inet::sctp::SctpAssociation::sendHMacError(), inet::sctp::SctpAssociation::sendInvalidStreamError(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), inet::sctp::SctpAssociation::sendOutgoingResetRequest(), and inet::sctp::SctpAssociation::sendStreamResetResponse().
|
protected |