wss_server sample
client_fd_action_t
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
client_fd_action_t
client_fd_action_t struct
Syntax
Show:
Summary
Declaration
from
keep_alive.c:27
typedef
struct
{
client_fd_action_type_t
type
;
int
fd
;
uint64_t
last_seen
;
}
client_fd_action_t
;
Fields
Field
Declared as
client_fd_action_t::type
client_fd_action_type_t
client_fd_action_t::fd
int
client_fd_action_t::last_seen
uint64_t
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out