|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:286 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpResetTimer (const char *name=nullptr) | |
| 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 &)=delete |
Protected Attributes | |
| uint32_t | inSN = 0 |
| bool | inAcked = false |
| uint32_t | outSN = 0 |
| bool | outAcked = false |
Private Member Functions | |
| void | copy (const SctpResetTimer &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:286 by opp_msgtool.
class SctpResetTimer extends cPacket { uint32_t 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_t outSN; //Stream Reset Response Sequence Number for Outgoing Reset Request bool outAcked; }
| inet::sctp::SctpResetTimer::SctpResetTimer | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpResetTimer::SctpResetTimer | ( | const SctpResetTimer & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| SctpResetTimer& inet::sctp::SctpResetTimer::operator= | ( | const SctpResetTimer & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |