Click or drag to resize

USBDeviceDescriptor Properties

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
See Also