ESP-IDF + 0/1 examples
SourceVu will show references to esp_tls_conn_read() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- >0 if read operation was successful, the return value is the number of bytes actually read from the TLS/SSL connection. - 0 if read operation was not successful. The underlying connection was closed. - <0 if read operation was not successful, because either an error occured or an action must be taken by the calling process.

References

from examples