Packet EchoPacket

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

C++ definition

Generic network protocol packet for testing network connectivity.

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.

Fields:

Name Type Description
type int

Source code:

//
// Generic network protocol packet for testing network connectivity.
//
packet EchoPacket
{
    int type @enum(EchoProtocolType);
}