dc_usbhid_device_get_pid

Function dc_usbhid_device_get_pid 

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

Get the product id (PID) of the USB HID device.

@param[in] device A valid USB HID device.