EtherAppReq
classRequest packet sent by EtherAppClient. 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 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 | long | |
| responseBytes | long | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // Request packet sent by ~EtherAppClient. 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. // class EtherAppReq extends FieldsChunk { long requestId; long responseBytes; }File: src/inet/applications/ethernet/EtherApp.msg