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