Package: inet.applications.ieee8022
Ieee8022LlcSinkApp
compound moduleThis module implements an IEEE 802.2 LLC application that only receives packets.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
Ieee8022LlcApp | compound module |
This module generates traffic as an IEEE 802.2 LLC application. The traffic source and traffic sink modules can be built from queueing model elements. |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
interfaceTableModule | string |
Properties
Name | Value | Description |
---|---|---|
application | ||
display | i=block/app |
Gates
Name | Direction | Size | Description |
---|---|---|---|
socketIn | input | ||
socketOut | output |
Unassigned submodule parameters
Name | Type | Default value | Description |
---|---|---|---|
io.interfaceTableModule | string | ||
io.interface | string | "" | |
io.localAddress | string | "" | |
io.remoteAddress | string | "" | |
io.localSap | int | -1 | |
io.remoteSap | int | -1 | |
io.stopOperationExtraTime | double | -1s |
extra time after lifecycle stop operation finished |
io.stopOperationTimeout | double | 2s |
timeout value for lifecycle stop operation |
Source code
// // This module implements an IEEE 802.2 LLC application that only receives packets. // module Ieee8022LlcSinkApp extends Ieee8022LlcApp { parameters: source.typename = ""; io.destPort = -1; }File: src/inet/applications/ieee8022/Ieee8022LlcSinkApp.ned