Lightweight USB stack
1.0
|
Telephone Operational Modes Functional Descriptor. More...
#include <usb_cdcp.h>
Data Fields | |
uint8_t | bFunctionLength |
Size of this functional descriptor, in bytes. | |
uint8_t | bDescriptorType |
CS_INTERFACE descriptor type. | |
uint8_t | bDescriptorSubType |
Direct Line Management Functional Descriptor. | |
uint8_t | bmCapabilities |
The perational modes capabilities that this configuration supports. | |
Telephone Operational Modes Functional Descriptor.
The Telephone Operational Modes functional descriptor describes the operational modes supported by the Communication Class interface, as defined in Section 3.6.3.1, with the SubClass code of Telephone Control. It can only occur within the class-specific portion of an Interface descriptor. The modes supported are Simple, Standalone, and Computer Centric. See Section 6.2.18, “SetOperationParms” for a definition of the various operational modes and Table 53 for the definition of the operational mode values.
Definition at line 175 of file usb_cdcp.h.