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;
... ...
Espressif Systems
547
Submit Document Feedback
(continues on next page)
Release v4.4
Need help?
Do you have a question about the ESP32-S2 and is the answer not in the manual?