(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
ICMPv6Message (packet) |
Represents an ICMPv6 packet. |
Name | Type | Description |
---|---|---|
code | int | |
type | int |
int code; //TODO: this should be specific to different ICMP types. |
packet ICMPv6TimeExceededMsg extends ICMPv6Message { int code @enum(ICMPv6_TIME_EX); }