---
title: nw_ws_opcode_cont
framework: network
role: symbol
role_heading: Global Variable
path: network/nw_ws_opcode_cont
---

# nw_ws_opcode_cont

A continuation message.

## Declaration

```swift
var nw_ws_opcode_cont: nw_ws_opcode_t { get }
```

## Discussion

Discussion Continuations are handled automatically, and should not be manually sent.

## See Also

### Data Types

- [nw_ws_opcode_binary](network/nw_ws_opcode_binary.md)
- [nw_ws_opcode_text](network/nw_ws_opcode_text.md)
