EthernetControlFrameBase

Namespace inet

EthernetControlFrameBase

class

This is a base class for all IEEE 802.3 Ethernet control frames defined the IEEE Std 802.3-2018, IEEE Standard for Ethernet.

Extends

Name Type Description
FieldsChunk (unknown -- not in documented files)

Fields

Name Type Description
opCode int

Source code

//
// This is a base class for all IEEE 802.3 Ethernet control frames defined the
// IEEE Std 802.3-2018, IEEE Standard for Ethernet.
//
class EthernetControlFrameBase extends FieldsChunk
{
    int opCode = -1;
}

File: src/inet/linklayer/ethernet/common/EthernetControlFrame.msg