Click or drag to resize

WinUsbManagerUsbDevices Property

Gets the collection of matching USB devices that are currently attached.

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

Property Value

Type: UsbDeviceCollection
Remarks

This collection contains one UsbDevice for each USB device that is attached and whose WinUSB GUID matches the GUID of the parent WinUsbManager.

When WinUsbManager is created, this collection is immediately populated with the USB devices that are currently attached, if any. As devices are attached and detached, the collection is constantly updated. Because of this, the index of a given member may change over time.

See Also