fcb00648创建于 2024年4月10日历史提交

WebSocket

Overview

Defines the WebSocket client structure.

Since: 11

Related module: Netstack

Summary

Member Variables

Name Description
WebSocket_OnOpenCallback onOpen Pointer to the callback invoked when the WebSocket client receives a connection message.
WebSocket_OnMessageCallback onMessage Pointer to the callback invoked when the WebSocket client receives a message.
WebSocket_OnErrorCallback onError Pointer to the callback invoked when the WebSocket client receives an error message.
WebSocket_OnCloseCallback onClose Pointer to the callback invoked when the WebSocket client receives a close message.
WebSocket_RequestOptions requestOptions Options of the connection request.