Package: inet.linklayer.ieee8022
IIeee8022LlcLayer
module interface(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
Ieee8022LlcLayer | compound module | (no description) |
OmittedIeee8022LlcLayer | compound module |
This module implements the module given interface and can be used as an omitted optional module that removes itself from the module hierarchy during initialize. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/layer |
Source code
moduleinterface IIeee8022LlcLayer { parameters: @display("i=block/layer"); gates: input upperLayerIn; output upperLayerOut; input lowerLayerIn; output lowerLayerOut; }File: src/inet/linklayer/ieee8022/IIeee8022LlcLayer.ned