True if the LibUsb driver is found on the system.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Always returns true")] public static bool HasLibUsbDriver { get; }
<ObsoleteAttribute("Always returns true")> _ Public Shared ReadOnly Property HasLibUsbDriver As Boolean Get
[ObsoleteAttribute(L"Always returns true")] public: static property bool HasLibUsbDriver { bool get (); }