![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
HID Parser Report Item Collection Path Structure.
Type define for a COLLECTION object. Contains the collection attributes and a reference to the parent collection if any.
Definition at line 190 of file HIDParser.h.
#include "HIDParser.h"
Data Fields | |
| uint8_t | Type |
| HID_Usage_t | Usage |
| struct HID_CollectionPath * | Parent |
| struct HID_CollectionPath* Parent |
Reference to parent collection, or NULL if root collection.
Definition at line 194 of file HIDParser.h.
| uint8_t Type |
Collection type (e.g. "Generic Desktop").
Definition at line 192 of file HIDParser.h.
| HID_Usage_t Usage |
Collection usage.
Definition at line 193 of file HIDParser.h.