ESP-IDF
esp_tls_internal_event_tracker_capture()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_tls_internal_event_tracker_capture()
esp_tls_internal_event_tracker_capture() function
Internal tracker capture error This implementation saves latest errors of available types
Syntax
Show:
Summary
Declaration
Definition
from
esp_tls_error_capture_internal.h:34
void
esp_tls_internal_event_tracker_capture
(
esp_tls_error_handle_t
h
,
uint32_t
type
,
int
code
)
;
Implemented in
esp_tls_error_capture.c:17
Arguments
Argument
Description
h
esp-tls error handle
type
code
Error code to capture
Related Functions
Found 7 other functions taking a
esp_tls_last_error
argument:
Function
Description
esp_tls_get_error_handle()
Returns the ESP-TLS error_handle - ESP_ERR_INVALID_ARG if (tls == NULL || error_handle == NULL)
esp_tls_get_and_clear_last_error()
Returns last error in esp_tls with detailed mbedtls related error codes. The error information is cleared internally upon return
esp_transport_set_errors()
Sets error to common transport handle Note: This function copies the supplied error handle object to tcp_transport's internal error handle object
esp_tls_internal_event_tracker_destroy()
Destroy internal tracker storage
esp_tls_plain_tcp_connect()
Creates a plain TCP connection, returning a valid socket fd on success or an error handle
tcp_connect()
esp_tls_get_and_clear_error_type()
Returns the last error captured in esp_tls of a specific type The error information is cleared internally upon return
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