DC_USBHID_DEVICE_FREE(3) | FreeBSD Library Functions Manual | DC_USBHID_DEVICE_FREE(3) |
dc_usbhid_device_free
—
Destroy the USB HID device and free all
resources.
library “libdivecomputer”
#include
<libdivecomputer/usbhid.h>
void
dc_usbhid_device_free
(dc_usbhid_device_t
*device);
Destroy the USB HID device and free all resources. The usbhid device usually found by searching through dc_usbhid_iterator_new(3).
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 | FreeBSD 14.3-RELEASE |