Module Interface IWirelessNic

Package: inet.linklayer.contract
File: src/inet/linklayer/contract/IWirelessNic.ned

(no description)

IWirelessNic

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends:

Name Type Description
INic module interface (no description)

Used in compound modules:

Name Type Description
AccessPoint compound module

A generic access point supporting multiple wireless radios, and multiple ethernet ports. The type of the ethernet MAC, relay unit and wireless card can be specified as parameters.

NodeBase compound module

Contains the common lower layers (linklayer and networklayer) of Router, StandardHost, WirelessHost etc.

Properties:

Name Value Description
display i=block/ifcard

Source code:

moduleinterface IWirelessNic extends INic
{
    parameters:
        @display("i=block/ifcard");
    gates:
        input radioIn @labels(IRadioFrame); // to receive radio frames
}