dc_usbhid_device_get_pid(3)
| DC_USBHID_DEVICE_GET_PID(3) | Library Functions Manual | DC_USBHID_DEVICE_GET_PID(3) |
NAME
dc_usbhid_device_get_pid —
Get the product id (PID) of the USB HID device.
LIBRARY
library “libdivecomputer”
SYNOPSIS
#include
<libdivecomputer/usbhid.h>
unsigned int
dc_usbhid_device_get_pid(dc_usbhid_device_t
*device);
DESCRIPTION
Get the product id (PID) of the USB HID device. Used for displaying. Requires a valid usbhid device of type dc_usbhid_device_t which can be retrieved using dc_usbhid_iterator_new(3).
RETURN VALUES
Returns the product id (PID) of given usbhid_device
SEE ALSO
AUTHORS
The library
“libdivecomputer” library was written by
Jef Driesen,
jef@libdivecomputer.org.
This manpage is written by
Vincent Hagen,
vinnie@script4web.nl.
| June 5, 2020 | Linux 6.12.85-6.12-alt1 |
