EasyManua.ls Logo

Espressif ESP32-S2 - Page 559

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
(continued from previous page)
str = SSL_alert_type_string_long(val);
}
3.30 const char* SSL_rstate_string (SSL * ssl)
Arguments:
ssl - SSL point
Return:
state string
Description:
get the state string where SSL is reading
Example:
void example(void)
{
SSL *ssl;
char *str;
... ...
str = SSL_rstate_string(ssl);
}
3.31 const char* SSL_rstate_string_long (SSL * ssl)
Arguments:
ssl - SSL point
Return:
state long string
Description:
get the state long string where SSL is reading
Example:
void example(void)
{
SSL *ssl;
char *str;
... ...
str = SSL_rstate_string_long(ssl);
}
3.32 const char* SSL_state_string (const SSL * ssl)
Arguments:
ssl - SSL point
Return:
Espressif Systems 548
Submit Document Feedback
Release v4.4

Table of Contents