|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:117 by nedtool.
More...
#include <SCTPMessage_m.h>
Public Member Functions | |
| SCTPCookie (const char *name=nullptr, short kind=0) | |
| SCTPCookie (const SCTPCookie &other) | |
| virtual | ~SCTPCookie () |
| SCTPCookie & | operator= (const SCTPCookie &other) |
| virtual SCTPCookie * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual ::omnetpp::simtime_t | getCreationTime () const |
| virtual void | setCreationTime (::omnetpp::simtime_t creationTime) |
| virtual uint32_t | getLocalTag () const |
| virtual void | setLocalTag (uint32_t localTag) |
| virtual uint32_t | getPeerTag () const |
| virtual void | setPeerTag (uint32_t peerTag) |
| virtual void | setLocalTieTagArraySize (unsigned int size) |
| virtual unsigned int | getLocalTieTagArraySize () const |
| virtual uint8_t | getLocalTieTag (unsigned int k) const |
| virtual void | setLocalTieTag (unsigned int k, uint8_t localTieTag) |
| virtual void | setPeerTieTagArraySize (unsigned int size) |
| virtual unsigned int | getPeerTieTagArraySize () const |
| virtual uint8_t | getPeerTieTag (unsigned int k) const |
| virtual void | setPeerTieTag (unsigned int k, uint8_t peerTieTag) |
Protected Member Functions | |
| bool | operator== (const SCTPCookie &) |
Protected Attributes | |
| ::omnetpp::simtime_t | creationTime |
| uint32_t | localTag |
| uint32_t | peerTag |
| uint8_t * | localTieTag |
| unsigned int | localTieTag_arraysize |
| uint8_t * | peerTieTag |
| unsigned int | peerTieTag_arraysize |
Private Member Functions | |
| void | copy (const SCTPCookie &other) |
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:117 by nedtool.
message SCTPCookie extends cPacket { simtime_t creationTime; uint32 localTag; uint32 peerTag; uint8 localTieTag[]; uint8 peerTieTag[]; }
| inet::sctp::SCTPCookie::SCTPCookie | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::sctp::SCTPCookie::SCTPCookie | ( | const SCTPCookie & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
| virtual ::omnetpp::simtime_t inet::sctp::SCTPCookie::getCreationTime | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| SCTPCookie& inet::sctp::SCTPCookie::operator= | ( | const SCTPCookie & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse(), and inet::sctp::SCTPAssociation::sendInitAck().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |