File: Network/IPv4/ICMPMessage.msg
C++ definition: click here
ICMP message class
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
type | int | |
code | int |
message ICMPMessage { fields: int type enum(ICMPType); int code; };