Message EtherAppReq

File: Applications/Ethernet/EtherApp.msg

C++ definition: click here

Request packet sent by EtherAppCli. Contains the number of bytes to be sent back as response; if this value is greater than ~1400, the reply will consist of several Ethernet frames. See also EtherAppResp.

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.

Fields:

Name Type Description
requestId long
responseBytes long

Source code:

message EtherAppReq
{
    fields:
        long requestId;
        long responseBytes;
};