ESP-IDF
esp_tls::is_tls
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_tls::is_tls
esp_tls::is_tls field
indicates connection type (TLS or NON-TLS)
Syntax
Show:
Summary
Declaration
from
esp_tls_private.h:89
bool
is_tls
;
Examples
References
from
examples
Code
Location
Referrer
bool
is_tls
;
/*!< indicates connection type (TLS or NON-TLS) */
esp_tls_private.h:89
tls
->
is_tls
=
true
;
esp_tls.c:454
esp_tls_low_level_conn()
if
(
tls
->
is_tls
==
false
)
{
esp_tls.c:460
esp_tls_low_level_conn()
if
(
tls
->
is_tls
)
{
esp_tls_mbedtls.c:323
esp_mbedtls_conn_delete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_tls::is_tls
is written by 1 function and is read by 2 functions:
esp_tls_low_level_conn()
All items filtered out
esp_tls::is_tls
esp_tls_low_level_conn()
esp_mbedtls_conn_delete()
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