---
title: NWConnection.State.setup
framework: network
role: symbol
role_heading: Case
path: network/nwconnection/state-swift.enum/setup
---

# NWConnection.State.setup

The connection has been initialized but not started.

## Declaration

```swift
case setup
```

## See Also

### States

- [NWConnection.State.waiting(_:)](network/nwconnection/state-swift.enum/waiting(_:).md)
- [NWConnection.State.preparing](network/nwconnection/state-swift.enum/preparing.md)
- [NWConnection.State.ready](network/nwconnection/state-swift.enum/ready.md)
- [NWConnection.State.failed(_:)](network/nwconnection/state-swift.enum/failed(_:).md)
- [NWConnection.State.cancelled](network/nwconnection/state-swift.enum/cancelled.md)
