1# InputDevIdentify 2 3 4## 概述 5 6Input设备的识别信息。 7 8**相关模块:** 9 10[Input](_input.md) 11 12 13## 汇总 14 15 16### Public 属性 17 18 | 名称 | 描述 | 19| -------- | -------- | 20| [busType](#bustype) | uint16_t<br/>总线类型 | 21| [vendor](#vendor) | uint16_t<br/>生产商编号 | 22| [product](#product) | uint16_t<br/>产品编号 | 23| [version](#version) | uint16_t<br/>版本号 | 24 25 26## 类成员变量说明 27 28 29### busType 30 31 32``` 33uint16_t InputDevIdentify::busType 34``` 35**描述:** 36总线类型 37 38 39### product 40 41 42``` 43uint16_t InputDevIdentify::product 44``` 45**描述:** 46产品编号 47 48 49### vendor 50 51 52``` 53uint16_t InputDevIdentify::vendor 54``` 55**描述:** 56生产商编号 57 58 59### version 60 61 62``` 63uint16_t InputDevIdentify::version 64``` 65**描述:** 66版本号 67