1# IInputInterface 2 3 4## 概述 5 6定义用于提供Input设备驱动程序功能的接口。 7 8**起始版本:** 1.0 9 10**相关模块:**[Input](_input.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18| 名称 | 描述 | 19| -------- | -------- | 20| [InputManager](_input_manager.md) \* [iInputManager](#iinputmanager) | Input设备的设备管理接口 | 21| [InputController](_input_controller.md) \* [iInputController](#iinputcontroller) | Input设备的业务控制接口 | 22| [InputReporter](_input_reporter.md) \* [iInputReporter](#iinputreporter) | Input设备的数据上报接口 | 23 24 25## 类成员变量说明 26 27 28### iInputController 29 30``` 31InputController* IInputInterface::iInputController 32``` 33**描述** 34Input设备的业务控制接口 35 36 37### iInputManager 38 39``` 40InputManager* IInputInterface::iInputManager 41``` 42**描述** 43Input设备的设备管理接口 44 45 46### iInputReporter 47 48``` 49InputReporter* IInputInterface::iInputReporter 50``` 51**描述** 52Input设备的数据上报接口 53