Message ICMPv6ParamProblemMsg

File: Network/ICMPv6/ICMPv6Message.msg

(no description)

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.

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
code int

Source code:

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