Function videostream_sys::vsl_client_init
source · pub unsafe extern "C" fn vsl_client_init(
path: *const c_char,
userptr: *mut c_void,
reconnect: bool
) -> *mut VSLClientExpand description
Creates a client and connects to the host at the provided path. If the connection cannot be made NULL is returned and errno is set.
@memberof VSLClient