pub unsafe extern "C" fn dc_usb_device_get_pid(
device: *mut dc_usb_device_t,
) -> c_uint
Expand description
Get the product id (PID) of the USB device.
@param[in] device A valid USB device.
pub unsafe extern "C" fn dc_usb_device_get_pid(
device: *mut dc_usb_device_t,
) -> c_uint
Get the product id (PID) of the USB device.
@param[in] device A valid USB device.