# Hid_KeyCodeArray ## Overview Defines an array of key codes. **Since** 11 **Related module** [HID DDK](_hid_ddk.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [hidKeyCode](#hidkeycode) | Array of key codes.| | [length](#length) | Length of the array.| ## Member Variable Description ### hidKeyCode ``` Hid_KeyCode Hid_KeyCodeArray::*hidKeyCode ``` **Description** Array of key codes. ### length ``` uint16_t Hid_KeyCodeArray::length ``` **Description** Length of the array.