Index
LibIIO.CLibIIO.iio_get_backend
LibIIO.CLibIIO.iio_get_backends_count
LibIIO.CLibIIO.iio_has_backend
LibIIO.CLibIIO.iio_library_get_version
LibIIO.CLibIIO.iio_strerror
Documentation
LibIIO.CLibIIO.iio_library_get_version
— Functioniio_library_get_version()
Get the version of the libiio library.
Returns
major::UInt
: The major versionminor::UInt
: The minor versiongit_tag::String
: The version's git tag
See: libiio
LibIIO.CLibIIO.iio_strerror
— Functioniio_strerror(err)
Get a string description of an error code.
Parameters
err::Int
: The error code
Returns
dst::String
: The string description of the error
See: libiio
LibIIO.CLibIIO.iio_has_backend
— Functioniio_has_backend(backend)
Check if the specified backend is available.
Parameters
backend::String
: The name of the backend to query
Returns
- True if the backend is available, false otherwise
See: libiio
LibIIO.CLibIIO.iio_get_backends_count
— Functioniio_get_backends_count_count()
Get the number of available backends.
Returns
- The number of available backends
See: libiio
LibIIO.CLibIIO.iio_get_backend
— Functioniio_get_backend(index)
Retrieve the name of a given backend.
Parameters
index
: The index corresponding to the attribute
Returns:
- On success, a string containing the backend
- If the index is invalid, an empty string is returned
See: libiio