Class IPv4OptionUnknown

File: src/inet/networklayer/ipv4/IPv4Datagram.msg

C++ definition

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
IPv4Option class (no description)

Fields:

Name Type Description
bytes uint8_t[]

type = any length = 2 + getBytesArraySize()

type short
length short

total length of option

Source code:

class IPv4OptionUnknown extends IPv4Option
{
    // type = any
    // length = 2 + getBytesArraySize()
    uint8_t bytes[];
}