EchoProtocolType

Namespace inet

EchoProtocolType

enum

Determines the packet type.

Source code

//
// Determines the packet type.
//
enum EchoProtocolType
{
    ECHO_PROTOCOL_REQUEST = 0;
    ECHO_PROTOCOL_REPLY = 1;
}

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