Gets a list of all available USB devices (WinUsb, LibUsb, Linux LibUsb v1.x).
Declaration Syntax
C# | Visual Basic | Visual 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.