NED File src/inet/linklayer/ieee8022/IIeee8022SnapInserter.ned
Name | Type | Description |
---|---|---|
IIeee8022SnapInserter | module interface | (no description) |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.linklayer.ieee8022; moduleinterface IIeee8022SnapInserter { parameters: @display("i=block/inserter"); gates: input in; output out; }