|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:216 by opp_msgtool.
More...
#include <SctpCommand_m.h>
Public Member Functions | |
| SctpPathInfo (const char *name=nullptr) | |
| SctpPathInfo (const SctpPathInfo &other) | |
| virtual | ~SctpPathInfo () |
| SctpPathInfo & | operator= (const SctpPathInfo &other) |
| virtual SctpPathInfo * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual const L3Address & | getRemoteAddress () const |
| virtual L3Address & | getRemoteAddressForUpdate () |
| virtual void | setRemoteAddress (const L3Address &remoteAddress) |
Protected Member Functions | |
| bool | operator== (const SctpPathInfo &)=delete |
Protected Attributes | |
| L3Address | remoteAddress |
Private Member Functions | |
| void | copy (const SctpPathInfo &other) |
Class generated from inet/transportlayer/contract/sctp/SctpCommand.msg:216 by opp_msgtool.
class SctpPathInfo extends cNamedObject { L3Address remoteAddress; }
| inet::SctpPathInfo::SctpPathInfo | ( | const char * | name = nullptr | ) |
| inet::SctpPathInfo::SctpPathInfo | ( | const SctpPathInfo & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
inlinevirtual |
| SctpPathInfo& inet::SctpPathInfo::operator= | ( | const SctpPathInfo & | other | ) |
|
protecteddelete |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
|
protected |