Package: inet.linklayer.ieee8022
IIeee8022Llc
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 |
---|---|---|
Ieee80211LlcLpd | simple module |
An LLC implementation that encapsulates packets in an LLC header, using IEEE 802 LPD-style encoding. |
Ieee80211Portal | simple module | (no description) |
Ieee8022Llc | simple module | (no description) |
OmittedIeee8022Llc | 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. |
Used in compound modules
Name | Type | Description |
---|---|---|
EthernetHost | compound module |
An example host with one Ethernet port and a traffic generator that generates request-reply traffic directly over Ethernet. This host model does not contain higher layer protocols (IP, TCP). By default it is configured to use half-duplex MAC (CSMA/CD). |
EthernetSwitch | compound module |
Model of an Ethernet switch. |
LinkLayerNodeBase | compound module | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/layer |
Source code
moduleinterface IIeee8022Llc { parameters: @display("i=block/layer"); gates: input upperLayerIn; output upperLayerOut; input lowerLayerIn; output lowerLayerOut; }File: src/inet/linklayer/ieee8022/IIeee8022Llc.ned