InterfaceList Property

LibUsbDotNet

LibUsbDotNet 2.2.8 InterfaceList Property
Library ReferenceMonoLibUsb.DescriptorsMonoUsbConfigDescriptorInterfaceList
LibUsbDotNet on SourceForge
Array of interfaces supported by this configuration. The length of this array is determined by the bNumInterfaces field.
Declaration Syntax
C# Visual Basic Visual C++
public List<MonoUsbInterface> InterfaceList { get; }
Public ReadOnly Property InterfaceList As List(Of MonoUsbInterface)
	Get
public:
property List<MonoUsbInterface^>^ InterfaceList {
	List<MonoUsbInterface^>^ get ();
}

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