WebSocket_CloseResult
struct WebSocket_CloseResult {...}
Overview
Defines the parameters for the connection closure received by the WebSocket client.
Since: 11
Related module: netstack
Header file: net_websocket_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t code | Error code. |
| const char *reason | Error cause. |