# effectiveLinkStandard

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

@shumoku/core · 0.4.0 · function

# effectiveLinkStandard

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

APIの説明は英語のcanonical sourceを表示しています。

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

## パラメーター

| 名前 | 型 | 説明 | 既定値 |
| --- | --- | --- | --- |
| `link` | `Pick<Link, "from" | "to">` | 追加説明はありません。 | `—` |

## 戻り値

```
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)
