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

# nw_ws_opcode_pong

A Pong message in response to a Ping from the peer.

## Declaration

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

## See Also

### Control Types

- [nw_ws_opcode_ping](network/nw_ws_opcode_ping.md)
- [nw_ws_opcode_close](network/nw_ws_opcode_close.md)
- [nw_ws_opcode_invalid](network/nw_ws_opcode_invalid.md)
