INET Framework for OMNeT++/OMNEST
inet::sctp::SCTPResetTimer Class Reference

Class generated from inet/transportlayer/sctp/SCTPMessage.msg:301 by nedtool. More...

#include <SCTPMessage_m.h>

Inheritance diagram for inet::sctp::SCTPResetTimer:

Public Member Functions

 SCTPResetTimer (const char *name=nullptr, short kind=0)
 
 SCTPResetTimer (const SCTPResetTimer &other)
 
virtual ~SCTPResetTimer ()
 
SCTPResetTimeroperator= (const SCTPResetTimer &other)
 
virtual SCTPResetTimerdup () 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)
 

Detailed Description

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;
}

Constructor & Destructor Documentation

inet::sctp::SCTPResetTimer::SCTPResetTimer ( const char *  name = nullptr,
short  kind = 0 
)
inet::sctp::SCTPResetTimer::SCTPResetTimer ( const SCTPResetTimer other)
virtual inet::sctp::SCTPResetTimer::~SCTPResetTimer ( )
virtual

Member Function Documentation

void inet::sctp::SCTPResetTimer::copy ( const SCTPResetTimer other)
private
virtual SCTPResetTimer* inet::sctp::SCTPResetTimer::dup ( ) const
inlineoverridevirtual
1683 {return new SCTPResetTimer(*this);}
SCTPResetTimer(const char *name=nullptr, short kind=0)
virtual bool inet::sctp::SCTPResetTimer::getInAcked ( ) const
virtual
virtual uint32_t inet::sctp::SCTPResetTimer::getInSN ( ) const
virtual
virtual bool inet::sctp::SCTPResetTimer::getOutAcked ( ) const
virtual
SCTPResetTimer& inet::sctp::SCTPResetTimer::operator= ( const SCTPResetTimer other)
bool inet::sctp::SCTPResetTimer::operator== ( const SCTPResetTimer )
protected
virtual void inet::sctp::SCTPResetTimer::parsimPack ( omnetpp::cCommBuffer *  b) const
overridevirtual
virtual void inet::sctp::SCTPResetTimer::parsimUnpack ( omnetpp::cCommBuffer *  b)
overridevirtual

Member Data Documentation

bool inet::sctp::SCTPResetTimer::inAcked
protected
uint32_t inet::sctp::SCTPResetTimer::inSN
protected
bool inet::sctp::SCTPResetTimer::outAcked
protected
uint32_t inet::sctp::SCTPResetTimer::outSN
protected

The documentation for this class was generated from the following file: