Function libiio_sys::iio_context_get_description[][src]

pub unsafe extern "C" fn iio_context_get_description(
    ctx: *const iio_context
) -> *const c_char
Expand description

@brief Get a description of the given context @param ctx A pointer to an iio_context structure @return A pointer to a static NULL-terminated string

NOTE:The returned string will contain human-readable information about the current context.