EtherAppResp
classPacket sent back by EtherAppServer in response to an EtherAppReq.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FieldsChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
requestId | int | |
numFrames | int | |
mutable | bool | |
complete | bool | |
correct | bool | |
properlyRepresented | bool | |
chunkLength | b | |
rawBin | string[] | |
rawHex | string[] | |
tags | RegionTagSet::cObjectRegionTag[] |
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