ESP-IDF
httpd_ws_client_info_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
httpd_ws_client_info_t
httpd_ws_client_info_t enum
Syntax
Show:
Summary
Declaration
from
esp_http_server.h:1690
enum
{
HTTPD_WS_CLIENT_INVALID
=
0x0
,
HTTPD_WS_CLIENT_HTTP
=
0x1
,
HTTPD_WS_CLIENT_WEBSOCKET
=
0x2
,
}
;
Values
Value
Declared as
httpd_ws_client_info_t::HTTPD_WS_CLIENT_INVALID
=
0x0
httpd_ws_client_info_t::HTTPD_WS_CLIENT_HTTP
=
0x1
httpd_ws_client_info_t::HTTPD_WS_CLIENT_WEBSOCKET
=
0x2
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
{
esp_http_server.h:1690
}
httpd_ws_client_info_t
;
esp_http_server.h:1694
httpd_ws_client_info_t
httpd_ws_client_info_t
httpd_ws_get_fd_info
(
httpd_handle_t
hd
,
int
fd
)
;
esp_http_server.h:1777
httpd_ws_get_fd_info()
httpd_ws_client_info_t
httpd_ws_get_fd_info
(
httpd_handle_t
hd
,
int
fd
)
httpd_ws.c:519
httpd_ws_get_fd_info()
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
Instance
Scope
Location
Project
return
httpd_ws_get_fd_info()
esp_http_server.h:1777
return
httpd_ws_get_fd_info()
httpd_ws.c:519
Lifecycle
from
examples
All items filtered out
All items filtered out