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

# NWConnection.State.ready

The connection is established, and ready to send and receive data.

## Declaration

```swift
case ready
```

## See Also

### States

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