LibUsbDotNet 2.2.8
AllDevices Property
Library ReferenceLibUsbDotNetUsbDeviceAllDevices
LibUsbDotNet on SourceForge
Gets a list of all available USB devices (WinUsb, LibUsb, Linux LibUsb v1.x).
Declaration Syntax
C#Visual BasicVisual C++
public static UsbRegDeviceList AllDevices { get; }
Public Shared ReadOnly Property AllDevices As UsbRegDeviceList
	Get
public:
static property UsbRegDeviceList^ AllDevices {
	UsbRegDeviceList^ get ();
}
Remarks
Use this property to get a list of USB device that can be accessed by LibUsbDotNet. Using this property as opposed to AllLibUsbDevices and AllWinUsbDevices will ensure your source code is platform-independent.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)