ESP-IDF
esp_transport_ssl_init()
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_ssl_init()
esp_transport_ssl_init() function
Create new SSL transport, the transport handle must be release esp_transport_destroy callback
Syntax
Show:
Summary
Declaration
Definition
from
esp_transport_ssl.h:23
esp_transport_handle_t
esp_transport_ssl_init
(
void
)
;
Implemented in
transport_ssl.c:531
Return value
the allocated esp_transport_handle_t, or NULL if the handle can not be allocated
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