> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmhardware/getmacaddresses.md).

# GetMACAddresses

### Description

Gets the MAC addresses of all network cards found on the system.

```csharp
string GetMACAddresses ()
```

### Return

| Type   | Description                                          |
| ------ | ---------------------------------------------------- |
| string | returns a semi colon separated list of MAC addresses |
