# InputDevIdentify
## 概述
Input设备的识别信息。
**相关模块:**
[Input](_input.md)
## 汇总
### Public 属性
| 名称 | 描述 |
| -------- | -------- |
| [busType](#bustype) | uint16_t
总线类型 |
| [vendor](#vendor) | uint16_t
生产商编号 |
| [product](#product) | uint16_t
产品编号 |
| [version](#version) | uint16_t
版本号 |
## 类成员变量说明
### busType
```
uint16_t InputDevIdentify::busType
```
**描述:**
总线类型
### product
```
uint16_t InputDevIdentify::product
```
**描述:**
产品编号
### vendor
```
uint16_t InputDevIdentify::vendor
```
**描述:**
生产商编号
### version
```
uint16_t InputDevIdentify::version
```
**描述:**
版本号