WebSocket

Overview

Defines the WebSocket client structure.

Since: 11

Related module: Netstack

Summary

Member Variables

Name Description
WebSocket_OnOpenCallbackonOpen Pointer to the callback invoked when the WebSocket client receives a connection message.
WebSocket_OnMessageCallbackonMessage Pointer to the callback invoked when the WebSocket client receives a message.
WebSocket_OnErrorCallbackonError Pointer to the callback invoked when the WebSocket client receives an error message.
WebSocket_OnCloseCallbackonClose Pointer to the callback invoked when the WebSocket client receives a close message.
WebSocket_RequestOptionsrequestOptions Options of the connection request.