SPI_result_code_string — return error code as string
const char * SPI_result_code_string(int code
);
SPI_result_code_string
returns a string representation of the result code returned by various SPI functions or stored in SPI_result
.
int code
result code
A string representation of the result code.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.