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**描述** 34 35Input设备的业务控制接口 36 37 38### iInputManager 39 40``` 41InputManager* IInputInterface::iInputManager 42``` 43**描述** 44 45Input设备的设备管理接口 46 47 48### iInputReporter 49 50``` 51InputReporter* IInputInterface::iInputReporter 52``` 53**描述** 54 55Input设备的数据上报接口 56