ESP-IDF
esp_transport_keepalive
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_transport_keepalive
esp_transport_keepalive struct
Keep alive parameters structure
Syntax
Show:
Summary
Declaration
from
esp_transport.h:20
typedef
struct
esp_transport_keepalive
{
bool
keep_alive_enable
;
int
keep_alive_idle
;
int
keep_alive_interval
;
int
keep_alive_count
;
}
esp_transport_keep_alive_t
;
Fields
Field
Declared as
Description
esp_transport_keepalive::keep_alive_enable
bool
Enable keep-alive timeout.
esp_transport_keepalive::keep_alive_idle
int
Keep-alive idle time (second).
esp_transport_keepalive::keep_alive_interval
int
Keep-alive interval time (second).
esp_transport_keepalive::keep_alive_count
int
Keep-alive packet retry send count.
Related Functions
Found 2 other functions taking a
esp_transport_keepalive
argument:
Function
Description
esp_transport_tcp_set_keep_alive()
Set TCP keep-alive configuration
esp_transport_ssl_set_keep_alive()
Set keep-alive status in current ssl context
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