ESP-IDF
esp_tls::read
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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::read
esp_tls::read field
Callback function for reading data from TLS/SSL connection.
Syntax
Show:
Summary
Declaration
from
esp_tls_private.h:77
ssize_t
(
*
read
)
(
esp_tls_t
*
tls
,
char
*
data
,
size_t
datalen
)
;
Examples
References
from
examples
Code
Location
Referrer
ssize_t
(
*
read
)
(
esp_tls_t
*
tls
,
char
*
data
,
size_t
datalen
)
;
/*!< Callback function for reading data from TLS/SSL
esp_tls_private.h:77
return
tls
->
read
(
tls
,
(
char
*
)
data
,
datalen
)
;
esp_tls.c:138
esp_tls_conn_read()
tls
->
read
=
tcp_read
;
esp_tls.c:461
esp_tls_low_level_conn()
tls
->
read
=
_esp_tls_read
;
esp_tls.c:507
esp_tls_low_level_conn()
tls
->
read
=
esp_mbedtls_read
;
esp_tls_mbedtls.c:933
esp_mbedtls_server_session_create()
Call Tree
from
examples
esp_tls::read
is called by 1 function:
esp_tls_conn_read()
All items filtered out
esp_tls::read
All items filtered out
Data Use
from
examples
esp_tls::read
is written by 2 functions:
esp_tls_low_level_conn()
esp_mbedtls_server_session_create()
All items filtered out
esp_tls::read
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
esp_tls::read
implements 2 functionss:
tcp_read()
esp_mbedtls_read()
All items filtered out
esp_tls::read
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out