---
title: WIMACAddress.Hash
framework: wifiinfrastructure
role: symbol
role_heading: Structure
path: wifiinfrastructure/wimacaddress/hash
---

# WIMACAddress.Hash

The hash of a MAC Address, which you may use to identify a device the accessory discovers over the air.

## Declaration

```swift
struct Hash
```

## Topics

### Initializers

- [init(address:method:)](wifiinfrastructure/wimacaddress/hash/init(address:method:).md)

### Instance Properties

- [description](wifiinfrastructure/wimacaddress/hash/description.md)
- [hash](wifiinfrastructure/wimacaddress/hash/hash.md)
- [method](wifiinfrastructure/wimacaddress/hash/method-swift.property.md)
- [salt](wifiinfrastructure/wimacaddress/hash/salt.md)

### Instance Methods

- [matches(address:)](wifiinfrastructure/wimacaddress/hash/matches(address:).md)

### Enumerations

- [WIMACAddress.Hash.Method](wifiinfrastructure/wimacaddress/hash/method-swift.enum.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
