dc_usb_device_get_vid

Function dc_usb_device_get_vid 

Source
pub unsafe extern "C" fn dc_usb_device_get_vid(
    device: *mut dc_usb_device_t,
) -> c_uint
Expand description

Get the vendor id (VID) of the USB device.

@param[in] device A valid USB device.