INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:182
by nedtool.
More...
#include <TCPSegment_m.h>
Public Member Functions | |
TCPOptionUnknown () | |
TCPOptionUnknown (const TCPOptionUnknown &other) | |
virtual | ~TCPOptionUnknown () |
TCPOptionUnknown & | operator= (const TCPOptionUnknown &other) |
virtual TCPOptionUnknown * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual void | setBytesArraySize (unsigned int size) |
virtual unsigned int | getBytesArraySize () const |
virtual uint8_t | getBytes (unsigned int k) const |
virtual void | setBytes (unsigned int k, uint8_t bytes) |
Public Member Functions inherited from inet::tcp::TCPOption | |
TCPOption () | |
TCPOption (const TCPOption &other) | |
virtual | ~TCPOption () |
TCPOption & | operator= (const TCPOption &other) |
virtual unsigned short | getKind () const |
virtual void | setKind (unsigned short kind) |
virtual unsigned short | getLength () const |
virtual void | setLength (unsigned short length) |
Protected Member Functions | |
bool | operator== (const TCPOptionUnknown &) |
Protected Member Functions inherited from inet::tcp::TCPOption | |
bool | operator== (const TCPOption &) |
Protected Attributes | |
uint8_t * | bytes |
unsigned int | bytes_arraysize |
Protected Attributes inherited from inet::tcp::TCPOption | |
unsigned short | kind |
unsigned short | length |
Private Member Functions | |
void | copy (const TCPOptionUnknown &other) |
Class generated from inet/transportlayer/tcp_common/TCPSegment.msg:182
by nedtool.
class TCPOptionUnknown extends TCPOption { kind = -1; uint8_t bytes[]; }
inet::tcp::TCPOptionUnknown::TCPOptionUnknown | ( | ) |
inet::tcp::TCPOptionUnknown::TCPOptionUnknown | ( | const TCPOptionUnknown & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::tcp::TCPOption.
|
virtual |
|
virtual |
Referenced by inet::serializer::TCPSerializer::serializeOption().
TCPOptionUnknown& inet::tcp::TCPOptionUnknown::operator= | ( | const TCPOptionUnknown & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::tcp::TCPOption.
Referenced by inet::tcp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::tcp::TCPOption.
Referenced by inet::tcp::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |