File: Network/ICMPv6/IPv6NDMessage.msg
Neighbour Discovery for IPv6. RFC 2461
ICMP fields inherited from ICMPv6Message:
ICMP fields not implemented:
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

| ICMPv6Message | Represents an ICMPv6 packet. |
| 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 |
| Name | Value | Description |
|---|---|---|
| omitGetVerb | true | customize=true; |
| Name | Type | Description |
|---|---|---|
| code | int |
message IPv6NDMessage extends ICMPv6Message { properties: //customize=true; omitGetVerb = true; fields: int code = 0; };