Namespace inet
EtherAppResp
classPacket sent back by EtherAppServer in response to an EtherAppReq.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
requestId | int | |
numFrames | int |
Packet operations (observed)
action | module |
---|---|
insertAtBack | EtherAppServer |
Source code
// // Packet sent back by ~EtherAppServer in response to an ~EtherAppReq. // class EtherAppResp extends FieldsChunk { int requestId; int numFrames; }File: src/inet/applications/ethernet/EtherApp.msg