ws_echo_server sample
async_resp_arg::fd
is only used within ws_echo_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ws_echo_server sample
async_resp_arg::fd
async_resp_arg::fd field
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:33
int
fd
;
Examples
References
from
examples
Code
Location
Referrer
int
fd
;
ws_echo_server.c:33
int
fd
=
resp_arg
->
fd
;
ws_echo_server.c:44
ws_async_send()
resp_arg
->
fd
=
httpd_req_to_sockfd
(
req
)
;
ws_echo_server.c:62
trigger_async_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_resp_arg::fd
is written by 1 function and is read by 1 function:
trigger_async_send()
All items filtered out
async_resp_arg::fd
ws_async_send()
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