Index

Documentation

LibIIO.CLibIIO.iio_strerrorFunction
iio_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

source
LibIIO.CLibIIO.iio_has_backendFunction
iio_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

source
LibIIO.CLibIIO.iio_get_backendFunction
iio_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

source