File: Network/ICMPv6/ICMPv6Message.msg
C++ definition: click here
(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 | Set to 0 by sender and ignored by receiver. |
MTU | int | MTU of next-hop link |
message ICMPv6PacketTooBigMsg extends ICMPv6Message { properties: omitGetVerb = true; fields: int code; //Set to 0 by sender and ignored by receiver. int MTU; //MTU of next-hop link }