Configs Property

LibUsbDotNet

LibUsbDotNet 2.2.8 Configs Property
Library ReferenceLibUsbDotNetIUsbInterfaceConfigs
LibUsbDotNet on SourceForge
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
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.

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