Message UDPEchoAppMsg

File: Applications/UDPApp/UDPEchoAppMsg.msg

C++ definition: click here

Message class used by UDPEchoApp.

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.

UDPEchoAppMsg

Properties:

Name Value Description
omitGetVerb true

Fields:

Name Type Description
isRequest bool

Source code:

message UDPEchoAppMsg
{
    properties:
        omitGetVerb = true;
    fields:
        bool isRequest = true;
};