|
libiio 1.0
Library for interfacing with IIO devices
|
Functions | |
| __api void | iio_strerror (int err, char *dst, size_t len) |
| Get a string description of an error code. | |
| __api __check_ret bool | iio_has_backend (const struct iio_context_params *params, const char *backend) |
| Check if the specified backend is available. | |
| __api __check_ret __cnst unsigned int | iio_get_builtin_backends_count (void) |
| Get the number of available built-in backends. | |
| __api __check_ret __cnst const char * | iio_get_builtin_backend (unsigned int index) |
| Retrieve the name of a given built-in backend. | |
| __api __check_ret __cnst const char * iio_get_builtin_backend | ( | unsigned int | index | ) |
Retrieve the name of a given built-in backend.
| index | The index corresponding to the backend |

| __api __check_ret __cnst unsigned int iio_get_builtin_backends_count | ( | void | ) |
Get the number of available built-in backends.

| __api __check_ret bool iio_has_backend | ( | const struct iio_context_params * | params, |
| const char * | backend | ||
| ) |
Check if the specified backend is available.
| params | A pointer to a iio_context_params structure that contains context creation information; can be NULL |
| backend | The name of the backend to query |

| __api void iio_strerror | ( | int | err, |
| char * | dst, | ||
| size_t | len | ||
| ) |
Get a string description of an error code.
| err | The error code. Can be positive or negative. |
| dst | A pointer to the memory area where the NULL-terminated string corresponding to the error message will be stored |
| len | The available length of the memory area, in bytes |

