LUFA Library  130901
 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

struct HID_CollectionPath * Parent
 
uint8_t Type
 
HID_Usage_t Usage
 

Detailed Description

Type define for a COLLECTION object. Contains the collection attributes and a reference to the parent collection if any.

Field Documentation

struct HID_CollectionPath* HID_CollectionPath_t::Parent

Reference to parent collection, or NULL if root collection.

uint8_t HID_CollectionPath_t::Type

Collection type (e.g. "Generic Desktop").

HID_Usage_t HID_CollectionPath_t::Usage

Collection usage.


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