|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:208 by nedtool.
More...
#include <SCTPMessage_m.h>
Public Member Functions | |
| SCTPHeartbeatChunk (const char *name=nullptr, short kind=0) | |
| SCTPHeartbeatChunk (const SCTPHeartbeatChunk &other) | |
| virtual | ~SCTPHeartbeatChunk () |
| SCTPHeartbeatChunk & | operator= (const SCTPHeartbeatChunk &other) |
| virtual SCTPHeartbeatChunk * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual L3Address & | getRemoteAddr () |
| virtual const L3Address & | getRemoteAddr () const |
| virtual void | setRemoteAddr (const L3Address &remoteAddr) |
| virtual ::omnetpp::simtime_t | getTimeField () const |
| virtual void | setTimeField (::omnetpp::simtime_t timeField) |
| virtual void | setInfoArraySize (unsigned int size) |
| virtual unsigned int | getInfoArraySize () const |
| virtual char | getInfo (unsigned int k) const |
| virtual void | setInfo (unsigned int k, char info) |
Public Member Functions inherited from inet::sctp::SCTPChunk | |
| SCTPChunk (const char *name=nullptr, short kind=0) | |
| SCTPChunk (const SCTPChunk &other) | |
| virtual | ~SCTPChunk () |
| SCTPChunk & | operator= (const SCTPChunk &other) |
| virtual uint8_t | getChunkType () const |
| virtual void | setChunkType (uint8_t chunkType) |
| virtual uint32_t | getFlags () const |
| virtual void | setFlags (uint32_t flags) |
Protected Member Functions | |
| bool | operator== (const SCTPHeartbeatChunk &) |
Protected Member Functions inherited from inet::sctp::SCTPChunk | |
| bool | operator== (const SCTPChunk &) |
Protected Attributes | |
| L3Address | remoteAddr |
| ::omnetpp::simtime_t | timeField |
| char * | info |
| unsigned int | info_arraysize |
Protected Attributes inherited from inet::sctp::SCTPChunk | |
| uint8_t | chunkType |
| uint32_t | flags |
Private Member Functions | |
| void | copy (const SCTPHeartbeatChunk &other) |
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:208 by nedtool.
message SCTPHeartbeatChunk extends SCTPChunk { L3Address remoteAddr; simtime_t timeField; char info[]; }
| inet::sctp::SCTPHeartbeatChunk::SCTPHeartbeatChunk | ( | const char * | name = nullptr, |
| short | kind = 0 |
||
| ) |
| inet::sctp::SCTPHeartbeatChunk::SCTPHeartbeatChunk | ( | const SCTPHeartbeatChunk & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
|
virtual |
Referenced by inet::sctp::SCTPAssociation::sendHeartbeatAck().
|
virtual |
Referenced by inet::sctp::SCTPAssociation::sendHeartbeatAck().
|
virtual |
|
inlinevirtual |
Referenced by getRemoteAddr().
| virtual ::omnetpp::simtime_t inet::sctp::SCTPHeartbeatChunk::getTimeField | ( | ) | const |
| SCTPHeartbeatChunk& inet::sctp::SCTPHeartbeatChunk::operator= | ( | const SCTPHeartbeatChunk & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
Referenced by PacketDrill::buildHeartbeatChunk(), and inet::serializer::SCTPSerializer::parse().
|
virtual |
Referenced by PacketDrill::buildHeartbeatChunk(), and inet::serializer::SCTPSerializer::parse().
|
virtual |
Referenced by PacketDrill::buildHeartbeatChunk(), and inet::sctp::SCTPAssociation::sendHeartbeat().
|
virtual |
Referenced by PacketDrill::buildHeartbeatChunk(), and inet::sctp::SCTPAssociation::sendHeartbeat().
|
protected |
|
protected |
|
protected |
|
protected |