Packet UDPEchoAppMsg

File: src/applications/udpapp/UDPEchoAppMsg.msg

Message class used by UDPEchoApp.

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
isRequest bool

Source code:

//
// Message class used by UDPEchoApp.
//
packet UDPEchoAppMsg
{
    bool isRequest = true;
}