|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:251 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpOutgoingSsnResetRequestParameter (const char *name=nullptr) | |
| SctpOutgoingSsnResetRequestParameter (const SctpOutgoingSsnResetRequestParameter &other) | |
| virtual | ~SctpOutgoingSsnResetRequestParameter () |
| SctpOutgoingSsnResetRequestParameter & | operator= (const SctpOutgoingSsnResetRequestParameter &other) |
| virtual SctpOutgoingSsnResetRequestParameter * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint32_t | getSrReqSn () const |
| virtual void | setSrReqSn (uint32_t srReqSn) |
| virtual uint32_t | getSrResSn () const |
| virtual void | setSrResSn (uint32_t srResSn) |
| virtual uint32_t | getLastTsn () const |
| virtual void | setLastTsn (uint32_t lastTsn) |
| virtual void | setStreamNumbersArraySize (size_t size) |
| virtual size_t | getStreamNumbersArraySize () const |
| virtual uint16_t | getStreamNumbers (size_t k) const |
| virtual void | setStreamNumbers (size_t k, uint16_t streamNumbers) |
| virtual void | insertStreamNumbers (size_t k, uint16_t streamNumbers) |
| void | insertStreamNumbers (uint16_t streamNumbers) |
| virtual void | appendStreamNumbers (uint16_t streamNumbers) |
| virtual void | eraseStreamNumbers (size_t k) |
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 SctpOutgoingSsnResetRequestParameter &)=delete |
Protected Member Functions inherited from inet::sctp::SctpParameter | |
| bool | operator== (const SctpParameter &)=delete |
Protected Attributes | |
| uint32_t | srReqSn = 0 |
| uint32_t | srResSn = 0 |
| uint32_t | lastTsn = 0 |
| uint16_t * | streamNumbers = nullptr |
| size_t | streamNumbers_arraysize = 0 |
Protected Attributes inherited from inet::sctp::SctpParameter | |
| uint16_t | parameterType = 0 |
Private Member Functions | |
| void | copy (const SctpOutgoingSsnResetRequestParameter &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:251 by opp_msgtool.
class SctpOutgoingSsnResetRequestParameter extends SctpParameter { uint32_t srReqSn; //Stream Reset Request Sequence Number: initialized with the initial TSN, then incremented uint32_t srResSn; //Stream Reset Response Sequence Number uint32_t lastTsn; //Senders last assigned TSN uint16_t streamNumbers[]; }
| inet::sctp::SctpOutgoingSsnResetRequestParameter::SctpOutgoingSsnResetRequestParameter | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpOutgoingSsnResetRequestParameter::SctpOutgoingSsnResetRequestParameter | ( | const SctpOutgoingSsnResetRequestParameter & | other | ) |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SctpParameter.
Referenced by inet::sctp::SctpAssociation::processOutgoingResetRequestArrived().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::sctp::SctpAssociation::processInAndOutResetRequestArrived(), inet::sctp::SctpAssociation::processOutAndResponseArrived(), inet::sctp::SctpAssociation::processOutgoingResetRequestArrived(), inet::sctp::SctpAssociation::processStreamResetArrived(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), and inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
|
virtual |
Referenced by inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::processInAndOutResetRequestArrived(), inet::sctp::SctpAssociation::processOutAndResponseArrived(), inet::sctp::SctpAssociation::processOutgoingResetRequestArrived(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), inet::sctp::SctpAssociation::sendOutgoingResetRequest(), and inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
Referenced by inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::processInAndOutResetRequestArrived(), inet::sctp::SctpAssociation::processOutAndResponseArrived(), inet::sctp::SctpAssociation::processOutgoingResetRequestArrived(), and inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
|
inline |
| SctpOutgoingSsnResetRequestParameter& inet::sctp::SctpOutgoingSsnResetRequestParameter::operator= | ( | const SctpOutgoingSsnResetRequestParameter & | 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 |
Referenced by inet::sctp::SctpHeaderSerializer::deserialize(), inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), and inet::sctp::SctpAssociation::sendOutgoingResetRequest().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::deserialize(), inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), and inet::sctp::SctpAssociation::sendOutgoingResetRequest().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::deserialize(), inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), and inet::sctp::SctpAssociation::sendOutgoingResetRequest().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::deserialize(), inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), and inet::sctp::SctpAssociation::sendOutgoingResetRequest().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::deserialize(), inet::sctp::SctpAssociation::makeOutgoingStreamResetParameter(), inet::sctp::SctpAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SctpAssociation::sendOutgoingRequestAndResponse(), and inet::sctp::SctpAssociation::sendOutgoingResetRequest().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |