Gets a list of libusb devices directly from the kernel; bypassing the windows registry.
This function is intended for users that do not use the native kernel driver.
If using the native kernel (sys) driver supplied with LibUsbDotNet see the AllDevices.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static List<LibUsbDevice> LegacyLibUsbDeviceList { get; }
Public Shared ReadOnly Property LegacyLibUsbDeviceList As List(Of LibUsbDevice) Get
public: static property List<LibUsbDevice^>^ LegacyLibUsbDeviceList { List<LibUsbDevice^>^ get (); }