]> begriffs open source - ai-pg/blob - full-docs/txt/spi-spi-result-code-string.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / spi-spi-result-code-string.txt
1
2 SPI_result_code_string
3
4    SPI_result_code_string — return error code as string
5
6 Synopsis
7
8 const char * SPI_result_code_string(int code);
9
10 Description
11
12    SPI_result_code_string returns a string representation of the result
13    code returned by various SPI functions or stored in SPI_result.
14
15 Arguments
16
17    int code
18           result code
19
20 Return Value
21
22    A string representation of the result code.