![]() |
LUFA Library
120219
|
CDC class-specific Functional Header Descriptor (LUFA naming conventions). More...
#include <CDCClassCommon.h>
Data Fields | |
USB_Descriptor_Header_t | Header |
uint8_t | Subtype |
uint16_t | CDCSpecification |
Type define for a CDC class-specific functional header descriptor. This indicates to the host that the device contains one or more CDC functional data descriptors, which give the CDC interface's capabilities and configuration. See the CDC class specification for more details.
Version number of the CDC specification implemented by the device, encoded in BCD format.
Regular descriptor header containing the descriptor's type and length.
Sub type value used to distinguish between CDC class-specific descriptors, must be CDC_DSUBTYPE_CSInterface_Header.