1# WebSocket_OpenResult
2
3
4## Overview
5
6Defines the parameters for the connection success received by the WebSocket client.
7
8**Since**: 11
9
10**Related module**: [Netstack](netstack.md)
11
12
13## Summary
14
15
16### Member Variables
17
18| Name| Description|
19| -------- | -------- |
20| [code](netstack.md#code-33) | Connection success code for the WebSocket client.|
21| [reason](netstack.md#reason-33) | Connection reason for the WebSocket client.|
22