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

Return value

- >=0 if write operation was successful, the return value is the number of bytes actually written to the TLS/SSL connection. - <0 if write operation was not successful, because either an error occured or an action must be taken by the calling process. - ESP_TLS_ERR_SSL_WANT_READ/ ESP_TLS_ERR_SSL_WANT_WRITE. if the handshake is incomplete and waiting for data to be available for reading. In this case this functions needs to be called again when the underlying transport is ready for operation.

References

from examples