@brief Display the text string of the error. @param error_code [in] The integer error code. @see ssl.h for the error code list.
(int error_code)
| 101 | * @see ssl.h for the error code list. |
| 102 | */ |
| 103 | public static void displayError(int error_code) |
| 104 | { |
| 105 | axtlsj.ssl_display_error(error_code); |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * @brief Return the version of the axTLS project. |