The HidDevice type exposes the following members.
Properties
Name | Description | |
---|---|---|
DevicePath |
The operating system's name for the device.
If you have multiple devices with the same Vendor ID, Product ID, Serial Number, etc.,
this may be useful for differentiating them.
(Inherited from Device.) | |
ProductID |
The USB product ID. These are listed at: http://usb-ids.gowdy.us
| |
ReleaseNumber |
The device release number.
| |
ReleaseNumberBcd |
The device release number, in binary-coded decimal.
| |
VendorID |
The USB vendor ID. These are listed at: http://usb-ids.gowdy.us
|
See Also