ESP-IDF
sock_db::ws_handler
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sock_db::ws_handler
sock_db::ws_handler field
WebSocket handler, leave to null if it's not WebSocket
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:79
esp_err_t
(
*
ws_handler
)
(
httpd_req_t
*
r
)
;
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
(
*
ws_handler
)
(
httpd_req_t
*
r
)
;
/*!< WebSocket handler, leave to null if it's not WebSocket */
esp_httpd_priv.h:79
sd
->
ws_handler
!=
NULL
?
"Yes"
:
"No"
,
httpd_parse.c:757
httpd_req_new()
if
(
sd
->
ws_handshake_done
&&
sd
->
ws_handler
!=
NULL
)
{
httpd_parse.c:759
httpd_req_new()
ret
=
sd
->
ws_handler
(
r
)
;
httpd_parse.c:780
httpd_req_new()
aux
->
sd
->
ws_handler
=
uri
->
handler
;
httpd_uri.c:324
httpd_uri()
Call Tree
from
examples
sock_db::ws_handler
is called by 1 function:
httpd_req_new()
All items filtered out
sock_db::ws_handler
All items filtered out
Data Use
from
examples
sock_db::ws_handler
is written by 1 function and is read by 1 function:
httpd_uri()
All items filtered out
sock_db::ws_handler
httpd_req_new()
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