Packet EtherPauseFrame

File: src/inet/linklayer/ethernet/EtherFrame.msg

C++ definition

Ethernet frame used by the PAUSE protocol

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
EtherFrame packet

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

dest MACAddress
src MACAddress

Source code:

//
// Ethernet frame used by the PAUSE protocol
//
packet EtherPauseFrame extends EtherFrame
{
    int pauseTime; // in 512 bit-time units
}