Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_HID_DEFINITION Struct Reference

#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_FIELDfields
 Linked list of fields in this input, output or feature report.
HID_DEFINITIONnext
 The next definition in the list.

Field Documentation

◆ id

uint8_t id

The Id of this report.

◆ kind

uint8_t kind

The type of this report (Input, Output or Feature).

◆ size

uint32_t size

The total length of this input, output or feature report in bytes (Including the Id byte).

◆ fields

HID_FIELD* fields

Linked list of fields in this input, output or feature report.

◆ next

The next definition in the list.


The documentation for this struct was generated from the following file: