Message EtherPauseFrame

File: NetworkInterfaces/Ethernet/EtherFrame.msg

C++ definition: click here

Ethernet frame used by the PAUSE protocol

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

EtherFrame

Common base class for classes representing Ethernet II and 802.3 frame types, containing their common header fields.

Fields:

Name Type Description
pauseTime int

in 512 bit-time units

Source code:

message EtherPauseFrame extends EtherFrame
{
    fields:
        int pauseTime; // in 512 bit-time units
}