TestimoX

API Reference

Class

UsbDeviceInfo

Namespace ComputerX.Devices
Assembly ComputerX
Modifiers sealed

USB device inventory entry with manufacturer, PNP ID and friendly name.

Inheritance

  • Object
  • UsbDeviceInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String ComputerName { get; set; } #
Browsable(false)

Computer name from which the USB device was enumerated.

public String DeviceId { get; set; } #
Browsable(false)

Internal device identifier (DeviceID).

public String Name { get; set; } #
Display(Order = 0)

Friendly device name.

public String Description { get; set; } #
Browsable(false)

Descriptive text provided by the device/driver.

public String Manufacturer { get; set; } #
Display(Order = 1)

Manufacturer name.

public String PnpDeviceId { get; set; } #
Display(Name = "PNP ID", Order = 2)

Plug and Play device identifier.