---
title: ethernetAddress
framework: virtualization
role: symbol
role_heading: Instance Property
path: virtualization/vzmacaddress/ethernetaddress
---

# ethernetAddress

The MAC address as an Ethernet data structure.

## Declaration

```swift
var ethernetAddress: ether_addr_t { get }
```

## Discussion

Discussion Use this property to obtain the individual octets of the Ethernet address. For more information, see ether_addr_t.

## See Also

### Getting the address

- [string](virtualization/vzmacaddress/string.md)
