Array of interface descriptors. The length of this array is determined by the num_altsetting field.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public List<MonoUsbAltInterfaceDescriptor> AltInterfaceList { get; }
Public ReadOnly Property AltInterfaceList As List(Of MonoUsbAltInterfaceDescriptor) Get
public: property List<MonoUsbAltInterfaceDescriptor^>^ AltInterfaceList { List<MonoUsbAltInterfaceDescriptor^>^ get (); }