EthernetPhyHeaderBase
classThis is a base class for all IEEE 802.3 Ethernet PHY headers 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 |
|---|---|---|
| EthernetFragmentPhyHeader | class |
This class represents an Ethernet fragment PHY header as defined in the IEEE Std 802.3-2018, IEEE Standard for Ethernet. |
| EthernetPhyHeader | class |
This class represents an Ethernet PHY header as defined in the IEEE Std 802.3-2018, IEEE Standard for Ethernet. |
Fields
| Name | Type | Description |
|---|---|---|
| chunkLength | b | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
// // This is a base class for all IEEE 802.3 Ethernet PHY headers defined the IEEE // Std 802.3-2018, IEEE Standard for Ethernet. // class EthernetPhyHeaderBase extends FieldsChunk { chunkLength = ETHERNET_PHY_HEADER_LEN; }File: src/inet/physicallayer/wired/ethernet/EthernetPhyHeader.msg