wss_server sample
async_resp_arg::fd
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wss_server sample
async_resp_arg::fd
async_resp_arg::fd field
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:30
int
fd
;
Examples
References
from
examples
Code
Location
Referrer
int
fd
;
wss_server_example.c:30
int
fd
=
resp_arg
->
fd
;
wss_server_example.c:133
send_hello()
int
fd
=
resp_arg
->
fd
;
wss_server_example.c:148
send_ping()
resp_arg
->
fd
=
fd
;
wss_server_example.c:172
check_client_alive_cb()
resp_arg
->
fd
=
sock
;
wss_server_example.c:275
wss_server_send_messages()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_resp_arg::fd
is written by 2 functions and is read by 2 functions:
check_client_alive_cb()
wss_server_send_messages()
All items filtered out
async_resp_arg::fd
send_hello()
send_ping()
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