INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:301
by nedtool.
More...
#include <SCTPMessage_m.h>
Public Member Functions | |
SCTPResetTimer (const char *name=nullptr, short kind=0) | |
SCTPResetTimer (const SCTPResetTimer &other) | |
virtual | ~SCTPResetTimer () |
SCTPResetTimer & | operator= (const SCTPResetTimer &other) |
virtual SCTPResetTimer * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual uint32_t | getInSN () const |
virtual void | setInSN (uint32_t inSN) |
virtual bool | getInAcked () const |
virtual void | setInAcked (bool inAcked) |
virtual uint32_t | getOutSN () const |
virtual void | setOutSN (uint32_t outSN) |
virtual bool | getOutAcked () const |
virtual void | setOutAcked (bool outAcked) |
Protected Member Functions | |
bool | operator== (const SCTPResetTimer &) |
Protected Attributes | |
uint32_t | inSN |
bool | inAcked |
uint32_t | outSN |
bool | outAcked |
Private Member Functions | |
void | copy (const SCTPResetTimer &other) |
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:301
by nedtool.
message SCTPResetTimer extends cPacket { uint32 inSN; //Stream Reset Response Sequence Number for Incoming Reset Request bool inAcked; // false, when timer is running for the Reset Response Sequence Number, true otherwise uint32 outSN; //Stream Reset Response Sequence Number for Outgoing Reset Request bool outAcked; }
inet::sctp::SCTPResetTimer::SCTPResetTimer | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::sctp::SCTPResetTimer::SCTPResetTimer | ( | const SCTPResetTimer & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
SCTPResetTimer& inet::sctp::SCTPResetTimer::operator= | ( | const SCTPResetTimer & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
Referenced by inet::sctp::SCTPAssociation::processAddInAndOutResetRequestArrived(), inet::sctp::SCTPAssociation::sendAddInAndOutStreamsRequest(), inet::sctp::SCTPAssociation::sendAddOutgoingStreamsRequest(), inet::sctp::SCTPAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingRequestAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingResetRequest(), and inet::sctp::SCTPAssociation::sendStreamResetRequest().
|
virtual |
Referenced by inet::sctp::SCTPAssociation::processAddInAndOutResetRequestArrived(), inet::sctp::SCTPAssociation::sendAddInAndOutStreamsRequest(), inet::sctp::SCTPAssociation::sendAddOutgoingStreamsRequest(), inet::sctp::SCTPAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingRequestAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingResetRequest(), and inet::sctp::SCTPAssociation::sendStreamResetRequest().
|
virtual |
Referenced by inet::sctp::SCTPAssociation::processAddInAndOutResetRequestArrived(), inet::sctp::SCTPAssociation::sendAddInAndOutStreamsRequest(), inet::sctp::SCTPAssociation::sendAddOutgoingStreamsRequest(), inet::sctp::SCTPAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingRequestAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingResetRequest(), and inet::sctp::SCTPAssociation::sendStreamResetRequest().
|
virtual |
Referenced by inet::sctp::SCTPAssociation::processAddInAndOutResetRequestArrived(), inet::sctp::SCTPAssociation::sendAddInAndOutStreamsRequest(), inet::sctp::SCTPAssociation::sendAddOutgoingStreamsRequest(), inet::sctp::SCTPAssociation::sendBundledOutgoingResetAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingRequestAndResponse(), inet::sctp::SCTPAssociation::sendOutgoingResetRequest(), and inet::sctp::SCTPAssociation::sendStreamResetRequest().
|
protected |
|
protected |
|
protected |
|
protected |