EasyManua.ls Logo

Espressif ESP32-S2 - Page 557

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
3.25 OSSL_HANDSHAKE_STATE SSL_get_state (const SSL * ssl)
Arguments:
ssl - SSL point
Return:
SSL state
Description:
get the SSL state
Example:
void example(void)
{
OSSL_HANDSHAKE_STATE state;
SSL *ssl;
... ...
state = SSL_get_state(ssl);
}
3.26 const char* SSL_alert_desc_string (int value)
Arguments:
value - SSL description
Return:
alert value string
Description:
get alert description string
Example:
void example(void)
{
int val;
char *str;
... ...
str = SSL_alert_desc_string(val);
}
3.27 const char* SSL_alert_desc_string_long (int value)
Arguments:
value - SSL description
Return:
alert value long string
Description:
Espressif Systems 546
Submit Document Feedback
Release v4.4

Table of Contents