TizenRT Public API
v2.0 M2
|
The structure type containing the HID keyboard event information. More...
#include <bluetooth_type.h>
Data Fields | |
unsigned char | modifier |
unsigned char | key [8] |
The structure type containing the HID keyboard event information.
If you want to know more detail values, refer to http://www.usb.org/developers/hidpage/ and see "HID Usage Tables"
Definition at line 1952 of file bluetooth_type.h.
unsigned char key[8] |
The key value - currently pressed keys : Max 8 at once
Definition at line 1954 of file bluetooth_type.h.
unsigned char modifier |
The modifier keys : such as shift, alt
Definition at line 1953 of file bluetooth_type.h.