USBDeviceDescriptor Properties |
The USBDeviceDescriptor type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseClass |
Device class code. If the device class does
not match any of the USBBaseClass enumeration values
the value will be USBBaseClass.Unknown
|
![]() | ClassValue |
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
|
![]() | FullName |
Friendly device name, or path name when no
further device information is available
|
![]() | Manufacturer |
Manufacturer name, or null if not available
|
![]() | PathName |
Windows path name for the USB device
|
![]() | PID |
USB product ID (PID) of the device
|
![]() | Product |
Product name, or null if not available
|
![]() | Protocol |
Device protocol code
|
![]() | SerialNumber |
Device serial number, or null if not available
|
![]() | SubClass |
Device subclass code
|
![]() | VID |
USB vendor ID (VID) of the device
|