| DtkDevice
                             DTK library for device. | 
外设设备信息. 更多...
#include <dinputdevice.h>
 
 | Public 成员函数 | |
| DInputDevice (QObject *parent=nullptr) | |
| int | count () | 
| 获取所有外设个数.  更多... | |
| QString | name (int index) | 
| 获取指定外设名称.  更多... | |
| QString | vendor (int index) | 
| 获取指定外设的厂商.  更多... | |
| QString | model (int index) | 
| 获取指定外设的型号.  更多... | |
| QString | interface (int index) | 
| 获取指定外设的接口.  更多... | |
| QString | driver (int index) | 
| 获取指定外设的驱动.  更多... | |
外设设备信息.
| int DInputDevice::count | ( | ) | 
获取所有外设个数.
| QString DInputDevice::driver | ( | int | index | ) | 
获取指定外设的驱动.
| [in] | index | 指定外设的ID. | 
| QString DInputDevice::interface | ( | int | index | ) | 
获取指定外设的接口.
| [in] | index | 指定外设的ID. | 
| QString DInputDevice::model | ( | int | index | ) | 
获取指定外设的型号.
| [in] | index | 指定外设的ID. | 
| int DInputDevice::name | ( | int | index | ) | 
获取指定外设名称.
| [in] | index | 指定外设的ID. | 
| QString DInputDevice::vendor | ( | int | index | ) | 
获取指定外设的厂商.
| [in] | index | 指定外设的ID. |