Enum EchoProtocolType

File: src/inet/networklayer/common/EchoPacket.msg

Determines the packet type.

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// Determines the packet type.
//
enum EchoProtocolType
{

    ECHO_PROTOCOL_REQUEST = 0;
    ECHO_PROTOCOL_REPLY = 1;
}