|
libjaylink
0.2.0
Library to access J-Link devices
|
Error handling. More...
#include "libjaylink.h"Functions | |
| const char * | jaylink_strerror (int error_code) |
| Return a human-readable description of a libjaylink error code. More... | |
| const char * | jaylink_strerror_name (int error_code) |
| Return the name of a libjaylink error code. More... | |
Error handling.
| const char* jaylink_strerror | ( | int | error_code | ) |
Return a human-readable description of a libjaylink error code.
| [in] | error_code | A libjaylink error code. See jaylink_error for valid values. |
| const char* jaylink_strerror_name | ( | int | error_code | ) |
Return the name of a libjaylink error code.
| [in] | error_code | A libjaylink error code. See jaylink_error for valid values. |
1.8.10