![]() |
Defines | |
#define | HIDReport_LOCAL_USAGE 0x08 |
#define | HIDReport_LOCAL_USAGEMINIMUM 0x18 |
#define | HIDReport_LOCAL_USAGEMAXIMUM 0x28 |
#define | HIDReport_LOCAL_DESIGNATORINDEX 0x38 |
#define | HIDReport_LOCAL_DESIGNATORMINIMUM 0x48 |
#define | HIDReport_LOCAL_DESIGNATORMAXIMUM 0x58 |
#define | HIDReport_LOCAL_STRINGINDEX 0x78 |
#define | HIDReport_LOCAL_STRINGMINIMUM 0x88 |
#define | HIDReport_LOCAL_STRINGMAXIMUM 0x98 |
#define | HIDReport_LOCAL_DELIMITER 0xA8 |
This section lists definitions for HID Local Items. ( HID Spec. 6.2.2.8 )
#define HIDReport_LOCAL_DELIMITER 0xA8 |
Defines the beginning or end of a set of local items.
Definition at line 251 of file HIDReports.h.
#define HIDReport_LOCAL_DESIGNATORINDEX 0x38 |
Determines the body part used for a control.
Definition at line 235 of file HIDReports.h.
#define HIDReport_LOCAL_DESIGNATORMAXIMUM 0x58 |
Defines the index of the ending designator associated with an array or bitmap.
Definition at line 241 of file HIDReports.h.
#define HIDReport_LOCAL_DESIGNATORMINIMUM 0x48 |
Defines the index of the starting designator associated with an array or bitmap.
Definition at line 238 of file HIDReports.h.
#define HIDReport_LOCAL_STRINGINDEX 0x78 |
String index for a string descriptor.
Definition at line 243 of file HIDReports.h.
#define HIDReport_LOCAL_STRINGMAXIMUM 0x98 |
Specifies the last string index when assigning a group of sequential strings to controls in an array or bitmap.
Definition at line 249 of file HIDReports.h.
#define HIDReport_LOCAL_STRINGMINIMUM 0x88 |
Specifies the first string index when assigning a group of sequential strings to controls in an array or bitmap.
Definition at line 246 of file HIDReports.h.
#define HIDReport_LOCAL_USAGE 0x08 |
Suggested usage for an item or collection.
Definition at line 229 of file HIDReports.h.
#define HIDReport_LOCAL_USAGEMAXIMUM 0x28 |
Defines the ending usage associated with an array or bitmap.
Definition at line 233 of file HIDReports.h.
#define HIDReport_LOCAL_USAGEMINIMUM 0x18 |
Defines the starting usage associated with an array or bitmap.
Definition at line 231 of file HIDReports.h.