Click or drag to resize

DeviceChangeEventArgsDeviceName Property

Gets the string generated by Windows that uniquely identifies the USB device.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string DeviceName { get; }

Property Value

Type: String

A string that uniquely identifies the USB device while it is attached.

Remarks
The name string is not meaningful to users.
See Also