|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/Ipv6NdMessage.msg:82 by opp_msgtool.
More...
#include <Ipv6NdMessage_m.h>
Public Member Functions | |
| Ipv6NdMtu () | |
| Ipv6NdMtu (const Ipv6NdMtu &other) | |
| virtual | ~Ipv6NdMtu () |
| Ipv6NdMtu & | operator= (const Ipv6NdMtu &other) |
| virtual Ipv6NdMtu * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual uint16_t | getReserved () const |
| virtual void | setReserved (uint16_t reserved) |
| virtual uint32_t | getMtu () const |
| virtual void | setMtu (uint32_t mtu) |
Public Member Functions inherited from inet::Ipv6NdOption | |
| Ipv6NdOption () | |
| Ipv6NdOption (const Ipv6NdOption &other) | |
| virtual | ~Ipv6NdOption () |
| Ipv6NdOption & | operator= (const Ipv6NdOption &other) |
| virtual Ipv6NdOptionTypes | getType () const |
| virtual void | setType (Ipv6NdOptionTypes type) |
| virtual short | getOptionLength () const |
| virtual void | setOptionLength (short optionLength) |
| virtual void | setPaddingBytesArraySize (size_t size) |
| virtual size_t | getPaddingBytesArraySize () const |
| virtual char | getPaddingBytes (size_t k) const |
| virtual void | setPaddingBytes (size_t k, char paddingBytes) |
| virtual void | insertPaddingBytes (size_t k, char paddingBytes) |
| void | insertPaddingBytes (char paddingBytes) |
| virtual void | appendPaddingBytes (char paddingBytes) |
| virtual void | erasePaddingBytes (size_t k) |
Protected Member Functions | |
| bool | operator== (const Ipv6NdMtu &)=delete |
Protected Member Functions inherited from inet::Ipv6NdOption | |
| bool | operator== (const Ipv6NdOption &)=delete |
Protected Attributes | |
| uint16_t | reserved = 0 |
| uint32_t | mtu = 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 Ipv6NdMtu &other) |
Class generated from inet/networklayer/icmpv6/Ipv6NdMessage.msg:82 by opp_msgtool.
class Ipv6NdMtu extends Ipv6NdOption { type = IPv6ND_MTU; optionLength = 1; uint16_t reserved; uint32_t mtu; }
| inet::Ipv6NdMtu::Ipv6NdMtu | ( | ) |
| inet::Ipv6NdMtu::Ipv6NdMtu | ( | const Ipv6NdMtu & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::Ipv6NdOption.
|
virtual |
|
virtual |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::Ipv6NdOption.
Referenced by inet::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::Ipv6NdOption.
Referenced by inet::doParsimUnpacking().
|
virtual |
|
virtual |
|
protected |
|
protected |