LibUsbDotNet 2.2.8
InterfaceList Property
Library Reference ► MonoLibUsb.Descriptors ► MonoUsbConfigDescriptor ► InterfaceList
|
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 (); }