#include <C:/softpack/canopus1.3/softpack/samv7/libraries/libusb/include/HIDReports.h>
Data Fields | |
uint8_t | bSize:2 |
uint8_t | bType:2 |
uint8_t | bTag:4 |
HID Short Item Header, followed by bSize bytes of data
Definition at line 266 of file HIDReports.h.
uint8_t HIDShortItem::bSize |
data size (0, 1, 2 or 4)
Definition at line 267 of file HIDReports.h.
uint8_t HIDShortItem::bTag |
item type
Definition at line 267 of file HIDReports.h.
uint8_t HIDShortItem::bType |
fundamental type
Definition at line 267 of file HIDReports.h.