Skip to main content

DescriptorType Enum

NuGet: GHIElectronics.TinyCLR.Devices.UsbHost
Assembly: GHIElectronics.TinyCLR.Devices.UsbHost
Namespace: GHIElectronics.TinyCLR.Devices.UsbHost.Descriptors

The possible types of descriptors.

public enum DescriptorType : byte

Fields

NameValueDescription
Device0x01The device descriptor type.
Configuration0x02The configuration descriptor type.
String0x03The string descriptor type.
Interface0x04The interface descriptor type.
Endpoint0x05The endpoint descriptor type.