EasyManua.ls Logo

Espressif ESP32-S2 - Page 560

Espressif ESP32-S2
1695 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 2. API Reference
state string
Description:
get the state string
Example:
void example(void)
{
SSL *ssl;
const char *str;
... ...
str = SSL_state_string(ssl);
}
3.33 char* SSL_state_string_long (const SSL * ssl)
Arguments:
ssl - SSL point
Return:
state long string
Description:
get the state long string
Example:
void example(void)
{
SSL *ssl;
char *str;
... ...
str = SSL_state_string(ssl);
}
3.34 int SSL_get_error (const SSL * ssl, int ret_code)
Arguments:
ssl - SSL point
ret_code - SSL return code
Return:
SSL error number
Description:
get SSL error code
Example:
Espressif Systems 549
Submit Document Feedback
Release v4.4

Table of Contents