EthernetControlFrame
classEthernet control frames used by the PAUSE protocol
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) |
Known subclasses
| Name | Type | Description |
|---|---|---|
| EthernetPauseFrame | class |
Ethernet frame used by the PAUSE protocol |
Fields
| Name | Type | Description |
|---|---|---|
| opCode | int |
EthernetHeader.etherType = ETHERTYPE_FLOW_CONTROL; |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // // Ethernet control frames used by the PAUSE protocol // class EthernetControlFrame extends FieldsChunk { // EthernetHeader.etherType = ETHERTYPE_FLOW_CONTROL; int opCode = -1; }File: src/inet/linklayer/ethernet/EtherFrame.msg