|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/networklayer/icmpv6/Ipv6NdMessage.msg:38 by opp_msgtool.
More...
#include <Ipv6NdMessage_m.h>
Public Member Functions | |
| Ipv6NdOption () | |
| Ipv6NdOption (const Ipv6NdOption &other) | |
| virtual | ~Ipv6NdOption () |
| Ipv6NdOption & | operator= (const Ipv6NdOption &other) |
| virtual Ipv6NdOption * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| 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 Ipv6NdOption &)=delete |
Protected Attributes | |
| Ipv6NdOptionTypes | type = static_cast<Ipv6NdOptionTypes>(0) |
| short | optionLength = 0 |
| char * | paddingBytes = nullptr |
| size_t | paddingBytes_arraysize = 0 |
Private Member Functions | |
| void | copy (const Ipv6NdOption &other) |
Class generated from inet/networklayer/icmpv6/Ipv6NdMessage.msg:38 by opp_msgtool.
class Ipv6NdOption extends cObject { @packetData; Ipv6NdOptionTypes type = static_cast<Ipv6NdOptionTypes>(0); // 1 byte, 0 is invalid short optionLength = 0; // The length of the option in units of 8 octets, 0 is invalid. // 1 byte char paddingBytes[]; // padding bytes on end of option }
| inet::Ipv6NdOption::Ipv6NdOption | ( | ) |
| inet::Ipv6NdOption::Ipv6NdOption | ( | const Ipv6NdOption & | other | ) |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
|
virtual |
|
virtual |
Referenced by inet::serializeIpv6NdOptions().
|
virtual |
Referenced by inet::serializeIpv6NdOptions().
|
virtual |
Referenced by inet::serializeIpv6NdOptions().
|
virtual |
Referenced by inet::Ipv6NdOptions::insertUniqueOption(), and inet::serializeIpv6NdOptions().
|
inline |
|
virtual |
| Ipv6NdOption& inet::Ipv6NdOption::operator= | ( | const Ipv6NdOption & | other | ) |
|
protecteddelete |
|
overridevirtual |
|
overridevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |