Message ICMPv6DestUnreachableMsg

File: Network/ICMPv6/ICMPv6Message.msg

C++ definition: click here

Notes: 1. As defined in RFC2463: Section 3

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.

ICMPv6DestUnreachableMsg ICMPv6Message

Extends:

ICMPv6Message

Represents an ICMPv6 packet.

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
code int

Source code:

message ICMPv6DestUnreachableMsg extends ICMPv6Message
{
    properties:
        omitGetVerb = true;
    fields:
        int code enum(ICMPv6DEST_UN);
}