Skip to main content

DescriptorType Enum

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

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.