Message ControlManetRouting

File: Network/IPv4/ControlManetRouting.msg

C++ definition: click here

ICMP message class

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
srcAddress IPAddress
destAddress IPAddress
optionCode int

Source code:

message ControlManetRouting
{

    fields:
        IPAddress srcAddress;
        IPAddress destAddress;
        int optionCode enum(ManetControlType) = MANET_ROUTE_NO_OPTION;  
};