Click or drag to resize

USBDeviceDescriptor Class

USB device details
Inheritance Hierarchy
SystemObject
  MadWizard.WinUSBNetUSBDeviceDescriptor

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

The USBDeviceDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyBaseClass
Device class code. If the device class does not match any of the USBBaseClass enumeration values the value will be USBBaseClass.Unknown
Public propertyClassValue
Device class code as defined in the interface descriptor This property can be used if the class type is not defined int the USBBaseClass enumeration
Public propertyFullName
Friendly device name, or path name when no further device information is available
Public propertyManufacturer
Manufacturer name, or null if not available
Public propertyPathName
Windows path name for the USB device
Public propertyPID
USB product ID (PID) of the device
Public propertyProduct
Product name, or null if not available
Public propertyProtocol
Device protocol code
Public propertySerialNumber
Device serial number, or null if not available
Public propertySubClass
Device subclass code
Public propertyVID
USB vendor ID (VID) of the 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