---
title: NWUDPSessionState.ready
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nwudpsessionstate/ready
---

# NWUDPSessionState.ready

The session is ready for reading and writing data.

## Declaration

```swift
case ready
```

## See Also

### Session States

- [NWUDPSessionState.invalid](networkextension/nwudpsessionstate/invalid.md)
- [NWUDPSessionState.waiting](networkextension/nwudpsessionstate/waiting.md)
- [NWUDPSessionState.preparing](networkextension/nwudpsessionstate/preparing.md)
- [NWUDPSessionState.failed](networkextension/nwudpsessionstate/failed.md)
- [NWUDPSessionState.cancelled](networkextension/nwudpsessionstate/cancelled.md)
