File: Network/ICMPv6/ICMPv6Message.msg
(no description)
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. |
Name | Value | Description |
---|---|---|
omitGetVerb | true |
Name | Type | Description |
---|---|---|
code | int |
message ICMPv6TimeExceededMsg extends ICMPv6Message { properties: omitGetVerb = true; fields: int code enum(ICMPv6_TIME_EX); }