---
title: delegate
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmnetworkconfigurationprofile/delegate
---

# delegate

A delegate that HomeKit tells about changes in the state of network access.

## Declaration

```swift
weak var delegate: (any HMNetworkConfigurationProfileDelegate)? { get set }
```

## See Also

### Listening for access changes

- [HMNetworkConfigurationProfileDelegate](homekit/hmnetworkconfigurationprofiledelegate.md)
