LegacyLibUsbDeviceList Property

LibUsbDotNet

LibUsbDotNet 2.2.8 LegacyLibUsbDeviceList Property
Library ReferenceLibUsbDotNet.LibUsbLibUsbDeviceLegacyLibUsbDeviceList
LibUsbDotNet on SourceForge
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 ();
}

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