NED File src/inet/protocolelement/selectivity/ReceiveAtMacAddress.ned
Name | Type | Description |
---|---|---|
ReceiveAtMacAddress | simple module | (no description) |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.protocolelement.selectivity; simple ReceiveAtMacAddress { parameters: string address; @display("i=block/rx"); gates: input in; output out; }