Function claiminterface

Source
pub unsafe fn claiminterface(fd: c_int, data: *mut c_uint) -> Result<c_int>
Expand description

Claim the interface with the given number for use via the given file descriptor.

Will fail with EBUSY if some other claim is already in place (e.g. there is a kernel driver already attached).