Package: inet.linklayer.ieee80211.llc
Ieee80211LlcEpd
simple module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/layer |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| upperLayerIn | input | ||
| upperLayerOut | output | ||
| lowerLayerIn | input | ||
| lowerLayerOut | output |
Signals
| Name | Type | Unit |
|---|---|---|
| packetDropped | Packet |
Source code
simple Ieee80211LlcEpd like IIeee80211Llc { parameters: @display("i=block/layer"); @signal[packetDropped](type=Packet); gates: input upperLayerIn; output upperLayerOut; input lowerLayerIn; output lowerLayerOut; }File: src/inet/linklayer/ieee80211/llc/Ieee80211LlcEpd.ned