Go to the source code of this file.
Defines |
| #define | USBOPEN_ERR_ACCESS 1 /* not enough permissions to open device */ |
| #define | USBOPEN_ERR_IO 2 /* I/O error */ |
| #define | USBOPEN_ERR_NOTFOUND 3 /* device not found */ |
| #define | USBOPEN_SUCCESS 0 /* no error */ |
Typedefs |
| typedef struct usbDevice | usbDevice_t |
Functions |
| void | usbhidCloseDevice (usbDevice_t *device) |
| int | usbhidGetReport (usbDevice_t *device, int reportID, char *buffer, int *len) |
| int | usbhidOpenDevice (usbDevice_t **device, int vendorID, char *vendorName, int productID, char *productName, int usesReportIDs) |
| int | usbhidSetReport (usbDevice_t *device, char *buffer, int len) |
Define Documentation
Typedef Documentation
Function Documentation