Click or drag to resize

USBDeviceInfo Class

Gives information about a device. This information is retrieved using the setup API, not the actual device descriptor. Device description and manufacturer will be the strings specified in the .inf file. After a device is opened the actual device descriptor can be read as well.
Inheritance Hierarchy
SystemObject
  MadWizard.WinUSBNetUSBDeviceInfo

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class USBDeviceInfo

The USBDeviceInfo type exposes the following members.

Properties
  NameDescription
Public propertyDeviceDescription
Description of the device, as specified in the INF file (not the device descriptor)
Public propertyDevicePath
Device pathname
Public propertyManufacturer
Manufacturer of the device, as specified in the INF file (not the device descriptor)
Public propertyPID
Product ID (VID) of the USB device
Public propertyVID
Vendor ID (VID) of the USB device
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also