![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <hid.h>
Data Fields | |
| uint8_t | id |
| The Id of this report. | |
| uint8_t | kind |
| The type of this report (Input, Output or Feature). | |
| uint32_t | size |
| The total length of this input, output or feature report in bytes (Including the Id byte). | |
| HID_FIELD * | fields |
| Linked list of fields in this input, output or feature report. | |
| HID_DEFINITION * | next |
| The next definition in the list. | |
| uint8_t id |
The Id of this report.
| uint8_t kind |
The type of this report (Input, Output or Feature).
| uint32_t size |
The total length of this input, output or feature report in bytes (Including the Id byte).
| HID_FIELD* fields |
Linked list of fields in this input, output or feature report.
| HID_DEFINITION* next |
The next definition in the list.