Namespace inet
EtherAppResp
packetPacket sent back by EtherAppSrv in response to an EtherAppReq.
Fields
Name | Type | Description |
---|---|---|
requestId | int | |
numFrames | int |
Source code
// // Packet sent back by ~EtherAppSrv in response to an ~EtherAppReq. // packet EtherAppResp { int requestId; int numFrames; }File: src/inet/applications/ethernet/EtherApp.msg