LibUsbDotNet 2.2.8
Configs Property
Library Reference ► LibUsbDotNet ► IUsbInterface ► Configs
|
Gets the available configurations for this UsbDevice
Declaration Syntax
C# | Visual Basic | Visual C++ |
ReadOnlyCollection<UsbConfigInfo> Configs { get; }
ReadOnly Property Configs As ReadOnlyCollection(Of UsbConfigInfo) Get
property ReadOnlyCollection<UsbConfigInfo^>^ Configs { ReadOnlyCollection<UsbConfigInfo^>^ get (); }
Remarks
The first time this property is accessed it will query the UsbDevice for all configurations. Subsequent request will return a cached copy of all configurations.