File: NetworkInterfaces/Ethernet/EtherFrame.msg
C++ definition: click here
Ethernet frame used by the PAUSE protocol
The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.
EtherFrame | Common base class for classes representing Ethernet II and 802.3 frame types, containing their common header fields. |
Name | Type | Description |
---|---|---|
pauseTime | int | in 512 bit-time units |
message EtherPauseFrame extends EtherFrame { fields: int pauseTime; // in 512 bit-time units }