HIDKBD_KeyReport_t Struct Reference
[HidKeyboard]

HID keyboard input report definition. More...

#include <hidkbd.h>

Collaboration diagram for HIDKBD_KeyReport_t:
Collaboration graph
[legend]

Data Fields

uint8_t modifier
 Key modifier byte as defined in HID spec.
uint8_t reserved
 Reserved, should be set to zero.
uint8_t key [6]
 Array of 6 key array indices, key index codes are defined in the "Keyboard page" section of "USB HID Usage Tables document", also refer to usbkbdscancodes.c.

Detailed Description

HID keyboard input report definition.

Definition at line 38 of file hidkbd.h.


Field Documentation

Array of 6 key array indices, key index codes are defined in the "Keyboard page" section of "USB HID Usage Tables document", also refer to usbkbdscancodes.c.

Definition at line 42 of file hidkbd.h.

Key modifier byte as defined in HID spec.

section "8.3 Report Format for Array Items".

Definition at line 40 of file hidkbd.h.

Reserved, should be set to zero.

Definition at line 41 of file hidkbd.h.


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