|
LibUsbDotNet 2.2.8
DescriptorType Enumeration
Library Reference ► LibUsbDotNet.Descriptors ► DescriptorType
|
|
Standard USB descriptor types.
Declaration Syntax| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum DescriptorType
<FlagsAttribute> _ Public Enumeration DescriptorType
[FlagsAttribute] public enum class DescriptorType
Members| Member | Description |
|---|---|
| Device |
Device descriptor type.
|
| Configuration |
Configuration descriptor type.
|
| String |
String descriptor type.
|
| Interface |
Interface descriptor type.
|
| Endpoint |
Endpoint descriptor type.
|
| DeviceQualifier |
Device Qualifier descriptor type.
|
| OtherSpeedConfiguration |
Other Speed Configuration descriptor type.
|
| InterfacePower |
Interface Power descriptor type.
|
| OTG |
OTG descriptor type.
|
| Debug |
Debug descriptor type.
|
| InterfaceAssociation |
Interface Association descriptor type.
|
| Hid |
HID descriptor
|
| HidReport |
HID report descriptor
|
| Physical |
Physical descriptor
|
| Hub |
Hub descriptor
|