Gets a list of all available libusb-win32 USB devices.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static UsbRegDeviceList AllLibUsbDevices { get; }
Public Shared ReadOnly Property AllLibUsbDevices As UsbRegDeviceList Get
public: static property UsbRegDeviceList^ AllLibUsbDevices { UsbRegDeviceList^ get (); }
Remarks
On windows, gets a list of libusb-win32 USB devices . If ForceLibUsbWinBack is true, gets a list of libusb-1.0 devices.
On linux/mac, gets a list of libusb-1.0 devices.