ESP-IDF
httpd_ws_send_data()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
httpd_ws_send_data()
httpd_ws_send_data() function
Sends data to to specified websocket synchronously
Syntax
Show:
Summary
Declaration
Definition
from
esp_http_server.h:1790
esp_err_t
httpd_ws_send_data
(
httpd_handle_t
handle
,
int
socket
,
httpd_ws_frame_t
*
frame
)
;
Implemented in
httpd_ws.c:545
Arguments
Argument
Description
handle
Server instance data
socket
Socket descriptor
frame
Websocket frame
Return value
- ESP_OK : On successful - ESP_FAIL : When socket errors occurs - ESP_ERR_NO_MEM : Unable to allocate memory
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out