ESP-IDF
esp_transport_error_storage
is only used within ESP-IDF.
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
ESP-IDF
esp_transport_error_storage
esp_transport_error_storage struct
Transport layer error structure including * esp-tls last error storage * sock-errno
Syntax
Show:
Summary
Declaration
from
esp_transport_internal.h:29
typedef
struct
esp_transport_error_storage
{
struct
esp_tls_last_error
esp_tls_err_h_base
;
int
sock_errno
;
}
esp_transport_error_storage
;
Fields
Field
Declared as
Description
esp_transport_error_storage::esp_tls_err_h_base
struct
esp_tls_last_error
esp-tls last error container.
esp_transport_error_storage::sock_errno
int
last socket error captured for this transport.
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