LibUsbDotNet 2.2.8
UsbConfigInfo Class
Library Reference ► LibUsbDotNet.Info ► UsbConfigInfo
|
Contains all Configuration information for the current UsbDevice.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class UsbConfigInfo : UsbBaseInfo
Public Class UsbConfigInfo _ Inherits UsbBaseInfo
public ref class UsbConfigInfo : public UsbBaseInfo
Members
All Members | Methods | Properties | |||
|
|
|
Icon | Member | Description |
---|---|---|
ConfigString |
Gets the string representation of the StringIndex string index.
|
|
Descriptor |
Gets the actual UsbConfigDescriptor for the current config.
|
|
InterfaceInfoList |
Gets the collection of USB device interfaces associated with this UsbConfigInfo instance.
|
|
ToString()()()() |
Returns a String that represents the current UsbConfigInfo.
(Overrides Object.ToString()()()().) |
|
ToString(String, String, String) |
Returns a String that represents the current UsbConfigInfo.
|
Inheritance Hierarchy
Object | ||
UsbBaseInfo | ||
UsbConfigInfo |