Macros | |
#define | CDCAbstractControlManagementDescriptor_COMMFEATURE (1 << 0) |
#define | CDCAbstractControlManagementDescriptor_LINE (1 << 1) |
#define | CDCAbstractControlManagementDescriptor_NETWORKCONNECTION (1 << 3) |
#define | CDCAbstractControlManagementDescriptor_SENDBREAK (1 << 2) |
This section lists the capabilities of the CDC ACM.
#define CDCAbstractControlManagementDescriptor_COMMFEATURE (1 << 0) |
Device supports the request combination of SetCommFeature, ClearCommFeature and GetCommFeature.
Definition at line 174 of file CDCDescriptors.h.
#define CDCAbstractControlManagementDescriptor_LINE (1 << 1) |
Device supports the request combination of SetLineCoding, GetLineCoding and SetControlLineState.
Definition at line 177 of file CDCDescriptors.h.
#define CDCAbstractControlManagementDescriptor_NETWORKCONNECTION (1 << 3) |
Device supports the NetworkConnection notification.
Definition at line 181 of file CDCDescriptors.h.
#define CDCAbstractControlManagementDescriptor_SENDBREAK (1 << 2) |
Device supports the SendBreak request.
Definition at line 179 of file CDCDescriptors.h.