USB Libraries Help > USB Device Libraries > USB CDC Device Library > Library Interface > b) Data Types and Constants > USB_CDC_DESCRIPTOR_TYPE Enumeration
MPLAB Harmony USB Stack
USB_CDC_DESCRIPTOR_TYPE Enumeration

CDC descriptor type. 

This enumeration identifies the descriptor types in the CDC.

C
typedef enum {
  USB_CDC_DESC_CS_INTERFACE = 0x24,
  USB_CDC_DESC_CS_ENDPOINT = 0x25
} USB_CDC_DESCRIPTOR_TYPE;
Remarks

This value goes into the bDescriptorType of CDC functional descriptor.