|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:76 by nedtool.
More...
#include <IPv6NDMessage_m.h>
Public Member Functions | |
| MIPv6HAInformation () | |
| MIPv6HAInformation (const MIPv6HAInformation &other) | |
| virtual | ~MIPv6HAInformation () |
| MIPv6HAInformation & | operator= (const MIPv6HAInformation &other) |
| virtual MIPv6HAInformation * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual unsigned int | getHomeAgentPreference () const |
| virtual void | setHomeAgentPreference (unsigned int homeAgentPreference) |
| virtual unsigned int | getHomeAgentLifetime () const |
| virtual void | setHomeAgentLifetime (unsigned int homeAgentLifetime) |
Protected Member Functions | |
| bool | operator== (const MIPv6HAInformation &) |
Protected Attributes | |
| unsigned int | homeAgentPreference |
| unsigned int | homeAgentLifetime |
Private Member Functions | |
| void | copy (const MIPv6HAInformation &other) |
Class generated from inet/networklayer/icmpv6/IPv6NDMessage.msg:76 by nedtool.
//MIPv6 Home Agent Information Option //RFC 3775 Section 7.4 class MIPv6HAInformation { unsigned int homeAgentPreference; unsigned int homeAgentLifetime; // seconds }
| inet::MIPv6HAInformation::MIPv6HAInformation | ( | ) |
| inet::MIPv6HAInformation::MIPv6HAInformation | ( | const MIPv6HAInformation & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
| MIPv6HAInformation& inet::MIPv6HAInformation::operator= | ( | const MIPv6HAInformation & | other | ) |
|
protected |
|
overridevirtual |
Referenced by inet::doParsimPacking().
|
overridevirtual |
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |