Enum Ieee802MessageKind

File: src/inet/linklayer/common/Ieee802Ctrl.msg

Message kind values used with in communication between L3 and IEEE 802 L2

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.

Source code:

//
// Message kind values used with in communication between L3 and IEEE 802 L2
//
enum Ieee802MessageKind
{

    IEEE802CTRL_DATA = 2003;  // data to/from higher layer
    IEEE802CTRL_REGISTER_DSAP = 2004;  // higher layer registers itself in LLC
    IEEE802CTRL_DEREGISTER_DSAP = 2005;  // higher layer deregisters itself in LLC
    IEEE802CTRL_SENDPAUSE = 2006;  // higher layer wants MAC to send PAUSE frame
}