---
title: WAEndpoint
framework: wifiaware
role: symbol
role_heading: Structure
path: wifiaware/waendpoint
---

# WAEndpoint

The endpoint of a Wi-Fi Aware connection.

## Declaration

```swift
struct WAEndpoint
```

## Topics

### Getting the service

- [publishedService](wifiaware/waendpoint/publishedservice.md)
- [subscribedService](wifiaware/waendpoint/subscribedservice.md)

### Getting the device anchoring the endpoint

- [device](wifiaware/waendpoint/device.md)

### Getting a string description

- [description](wifiaware/waendpoint/description.md)

### Hashing and comparing

- [==(_:_:)](wifiaware/waendpoint/==(_:_:).md)
- [hash(into:)](wifiaware/waendpoint/hash(into:).md)

### Instance Properties

- [performanceForecast](wifiaware/waendpoint/performanceforecast.md)

## Relationships

### Conforms To

- [Connectable](network/connectable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Connections

- [WAConnection](wifiaware/waconnection.md)
