|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/Ipv6NdMessage.msg:93 by opp_msgtool.
More...
#include <Ipv6NdMessage_m.h>
Protected Member Functions | |
| bool | operator== (const Mipv6NdAdvertisementInterval &)=delete |
Protected Member Functions inherited from inet::Ipv6NdOption | |
| bool | operator== (const Ipv6NdOption &)=delete |
Protected Attributes | |
| uint16_t | reserved = 0 |
| uint32_t | advertisementInterval = 0 |
Protected Attributes inherited from inet::Ipv6NdOption | |
| Ipv6NdOptionTypes | type = static_cast<Ipv6NdOptionTypes>(0) |
| short | optionLength = 0 |
| char * | paddingBytes = nullptr |
| size_t | paddingBytes_arraysize = 0 |
Private Member Functions | |
| void | copy (const Mipv6NdAdvertisementInterval &other) |
Class generated from inet/networklayer/icmpv6/Ipv6NdMessage.msg:93 by opp_msgtool.
// MIPv6 New Advertisement Interval Option // RFC 3775 Section 7.3 // class Mipv6NdAdvertisementInterval extends Ipv6NdOption { type = IPv6ND_ADVERTISEMENT_INTERVAL; optionLength = 1; uint16_t reserved; uint32_t advertisementInterval; // milliseconds }
| inet::Mipv6NdAdvertisementInterval::Mipv6NdAdvertisementInterval | ( | ) |
| inet::Mipv6NdAdvertisementInterval::Mipv6NdAdvertisementInterval | ( | const Mipv6NdAdvertisementInterval & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::Ipv6NdOption.
|
virtual |
|
virtual |
| Mipv6NdAdvertisementInterval& inet::Mipv6NdAdvertisementInterval::operator= | ( | const Mipv6NdAdvertisementInterval & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::Ipv6NdOption.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::Ipv6NdOption.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |