Ipv6NdOption

Namespace inet

Ipv6NdOption

class

(no description)

Extends

Name Type Description
cObject (unknown -- not in documented files)

Fields

Name Type Description
type Ipv6NdOptionTypes

1 byte, 0 is invalid

optionLength short

The length of the option in units of 8 octets, 0 is invalid. // 1 byte

paddingBytes char[]

padding bytes on end of option

Source code

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
}

File: src/inet/networklayer/icmpv6/Ipv6NdMessage.msg