EasyManua.ls Logo

Espressif ESP32-S2 - Page 558

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
get alert description long string
Example:
void example(void)
{
int val;
char *str;
... ...
str = SSL_alert_desc_string_long(val);
}
3.28 const char* SSL_alert_type_string (int value)
Arguments:
value - SSL type description
Return:
alert type string
Description:
get alert type string
Example:
void example(void)
{
int val;
char *str;
... ...
str = SSL_alert_type_string(val);
}
3.29 const char* SSL_alert_type_string_long (int value)
Arguments:
value - SSL type description
Return:
alert type long string
Description:
get alert type long string
Example:
void example(void)
{
int val;
char *str;
... ...
(continues on next page)
Espressif Systems 547
Submit Document Feedback
Release v4.4

Table of Contents