EthernetSignal
packetRepresents dataframe on the Ethernet.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| EthernetSignalBase | packet |
Abstract base class for various Ethernet traffic types: EtherJam, EtherFilledIfg and EtherPhyFrame. |
Fields
| Name | Type | Description |
|---|---|---|
| srcMacFullDuplex | bool |
meta-info, for detecting model misconfiguration |
| bitrate | double |
meta-info, for detecting model misconfiguration |
Source code
// // Represents dataframe on the Ethernet. // packet EthernetSignal extends EthernetSignalBase { }File: src/inet/physicallayer/wired/ethernet/EthernetSignal.msg