Gets a list of available LibUsb devices.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static List<LegacyUsbRegistry> DeviceList { get; }
Public Shared ReadOnly Property DeviceList As List(Of LegacyUsbRegistry) Get
public: static property List<LegacyUsbRegistry^>^ DeviceList { List<LegacyUsbRegistry^>^ get (); }