ESP-IDF
httpd_ws_type_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_type_t
httpd_ws_type_t enum
Syntax
Show:
Summary
Declaration
from
esp_http_server.h:1678
enum
{
HTTPD_WS_TYPE_CONTINUE
=
0x0
,
HTTPD_WS_TYPE_TEXT
=
0x1
,
HTTPD_WS_TYPE_BINARY
=
0x2
,
HTTPD_WS_TYPE_CLOSE
=
0x8
,
HTTPD_WS_TYPE_PING
=
0x9
,
HTTPD_WS_TYPE_PONG
=
0xA
}
;
Values
Value
Declared as
httpd_ws_type_t::HTTPD_WS_TYPE_CONTINUE
=
0x0
httpd_ws_type_t::HTTPD_WS_TYPE_TEXT
=
0x1
httpd_ws_type_t::HTTPD_WS_TYPE_BINARY
=
0x2
httpd_ws_type_t::HTTPD_WS_TYPE_CLOSE
=
0x8
httpd_ws_type_t::HTTPD_WS_TYPE_PING
=
0x9
httpd_ws_type_t::HTTPD_WS_TYPE_PONG
=
0xA
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
esp_http_server.h:1678
}
httpd_ws_type_t
;
esp_http_server.h:1685
httpd_ws_type_t
httpd_ws_type_t
type
;
/*!< WebSocket frame type */
esp_http_server.h:1709
httpd_ws_frame
httpd_ws_frame::type
httpd_ws_type_t
ws_type
;
/*!< WebSocket frame type */
esp_httpd_priv.h:105
httpd_req_aux
httpd_req_aux::ws_type
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
httpd_ws_frame::type
httpd_ws_frame
esp_http_server.h:1709
httpd_req_aux::ws_type
httpd_req_aux
esp_httpd_priv.h:105
Lifecycle
from
examples
All items filtered out
All items filtered out