Class IPv6NDControlInfo

File: src/inet/networklayer/icmpv6/IPv6NDMessage.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.

Fields:

Name Type Description
nextHop IPv6Address

next hop address

interfaceId int

interface on which the datagram should be sent

fromHL bool

packet came from higher layer

Source code:

class IPv6NDControlInfo
{
    IPv6Address nextHop;   // next hop address
    int interfaceId = -1; // interface on which the datagram should be sent
    bool fromHL = false;    // packet came from higher layer
}