IL2NodeConfigurator.ned
NED File src/inet/linklayer/configurator/contract/IL2NodeConfigurator.ned
| Name | Type | Description |
|---|---|---|
| IL2NodeConfigurator | module interface |
Interface for all layer 2 node configurators. |
Source code
// // Copyright (C) 2004 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.configurator.contract; // // Interface for all layer 2 node configurators. // moduleinterface IL2NodeConfigurator { parameters: @display("i=block/cogwheel"); }