File: Network/IPv4/ControlManetRouting.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 |
---|---|---|
srcAddress | IPAddress | |
destAddress | IPAddress | |
optionCode | int |
message ControlManetRouting { fields: IPAddress srcAddress; IPAddress destAddress; int optionCode enum(ManetControlType) = MANET_ROUTE_NO_OPTION; };