Package: inet.linklayer.contract
ITunNic
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 |
---|---|---|
TunInterface | simple module | (no description) |
Used in compound modules
Name | Type | Description |
---|---|---|
NodeBase | compound module |
Contains the common lower layers (linklayer and networklayer) of Router, StandardHost, WirelessHost etc. |
Extends
Name | Type | Description |
---|---|---|
INic | module interface | (no description) |
Properties
Name | Value | Description |
---|---|---|
display | i=block/ifcard |
Source code
moduleinterface ITunNic extends INic { gates: input appIn; // from application output appOut; // to application }File: src/inet/linklayer/contract/ITunNic.ned