Message EtherAppResp

File: Applications/Ethernet/EtherApp.msg

Packet sent back by EtherAppSrv in response to an EtherAppReq.

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 int
numFrames int

Source code:

message EtherAppResp
{
    fields:
        int requestId;
        int numFrames;
};