Message kind values used with in communication between L3 and IEEE 802 L2
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
// // 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 }