LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HID_CollectionPath_t Struct Reference

HID Parser Report Item Collection Path Structure. More...

#include "HIDParser.h"

Data Fields

uint8_t Type
 
HID_Usage_t Usage
 
struct HID_CollectionPath * Parent
 

Detailed Description

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.

Field Documentation

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.


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