Describes a USB device interface.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class UsbInterfaceInfo : UsbBaseInfo
Public Class UsbInterfaceInfo _ Inherits UsbBaseInfo
public ref class UsbInterfaceInfo : public UsbBaseInfo
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Descriptor |
Gets the actual interface descriptor.
| |
EndpointInfoList |
Gets the collection of endpoint descriptors associated with this interface.
| |
InterfaceString |
Gets the string representation of the StringIndex string index.
| |
ToString()()()() |
Returns a String that represents the current UsbInterfaceInfo.
(Overrides Object.ToString()()()().) | |
ToString(String, String, String) |
Returns a String that represents the current UsbInterfaceInfo.
|
Inheritance Hierarchy
Object | ||
UsbBaseInfo | ||
UsbInterfaceInfo |