pub unsafe extern "C" fn iio_create_network_context(
    host: *const c_char
) -> *mut iio_context
Expand description

@brief Create a context from the network @param host Hostname, IPv4 or IPv6 address where the IIO Daemon is running @return On success, a pointer to an iio_context structure @return On failure, NULL is returned and errno is set appropriately