1# Hid_KeyCodeArray 2 3 4## Overview 5 6Defines an array of key codes. 7 8**Since** 9 1011 11 12**Related module** 13 14[HID DDK](_hid_ddk.md) 15 16 17## Summary 18 19 20### Member Variables 21 22| Name| Description| 23| -------- | -------- | 24| [hidKeyCode](#hidkeycode) | Array of key codes.| 25| [length](#length) | Length of the array.| 26 27 28## Member Variable Description 29 30 31### hidKeyCode 32 33 34``` 35Hid_KeyCode Hid_KeyCodeArray::*hidKeyCode 36``` 37 38**Description** 39 40Array of key codes. 41 42 43### length 44 45 46``` 47uint16_t Hid_KeyCodeArray::length 48``` 49 50**Description** 51 52Length of the array. 53