# effectiveLinkStandard

Canonical: https://docs.shumoku.dev/en/library/api/effectiveLinkStandard
Language: en

@shumoku/core · 0.4.0 · function

# effectiveLinkStandard

[Source](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/port-compatibility.ts#L113)

```
effectiveLinkStandard(link: Pick<Link, "from" | "to">): EthernetStandard | undefined
```

## Parameters

| Parameter | Type | Description | Default |
| --- | --- | --- | --- |
| `link` | `Pick<Link, "from" | "to">` | No additional description. | `—` |

## Returns

```
EthernetStandard | undefined
```

[`libs/@shumoku/core/src/models/port-compatibility.ts:113`](https://github.com/konoe-akitoshi/shumoku/blob/main/libs/@shumoku/core/src/models/port-compatibility.ts#L113)
