Message IPv6NDMessage

File: Network/ICMPv6/IPv6NDMessage.msg

Neighbour Discovery for IPv6. RFC 2461

ICMP fields inherited from ICMPv6Message:

ICMP fields not implemented:

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

ICMPv6Message

Represents an ICMPv6 packet.

Known subclasses:

IPv6RouterSolicitation

Router Solicitation Message Format RFC 2461 Section 4.1

IPv6RouterAdvertisement

Router Advertisement Message Format RFC 2461 Section 4.2

IPv6NeighbourSolicitation

Neighbour Solicitation Message Format RFC 2461 Section 4.3

IPv6NeighbourAdvertisement

Neighbour Advertisement Message Format RFC 2461 Section 4.4

IPv6Redirect

Redirect Message Format RFC 2461 Section 4.5

Properties:

Name Value Description
omitGetVerb true

customize=true;

Fields:

Name Type Description
code int

Source code:

message IPv6NDMessage extends ICMPv6Message
{
    properties:
        //customize=true;
        omitGetVerb = true;
    fields:
        int code = 0;
};