harmony 鸿蒙WebSocket

  • 2025-06-12
  • 浏览 (4)

WebSocket

Overview

Defines the WebSocket client structure.

Since: 11

Related module: Netstack

Header file: net_websocket_type.h

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.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Network Kit

harmony 鸿蒙NetConn_ConnectionProperties

harmony 鸿蒙NetConn_HttpProxy

harmony 鸿蒙NetConn_NetAddr

harmony 鸿蒙NetConn_NetCapabilities

harmony 鸿蒙NetConn_NetConnCallback

harmony 鸿蒙NetConn_NetHandle

harmony 鸿蒙NetConn_NetHandleList

harmony 鸿蒙NetConn_NetSpecifier

harmony 鸿蒙NetConn_Route

0  赞