EthernetControlFrameBase
classThis is a base class for all IEEE 802.3 Ethernet control frames defined the IEEE Std 802.3-2018, IEEE Standard for Ethernet.
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 |
This class represents an IEEE 802.3 Ethernet MAC Pause frame as defined in the section 31.4.1 MAC Control frame format of the IEEE Std 802.3-2018, IEEE Standard for Ethernet. |
Fields
| Name | Type | Description |
|---|---|---|
| opCode | int | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // This is a base class for all IEEE 802.3 Ethernet control frames defined the // IEEE Std 802.3-2018, IEEE Standard for Ethernet. // class EthernetControlFrameBase extends FieldsChunk { int opCode = -1; }File: src/inet/linklayer/ethernet/common/EthernetControlFrame.msg