Skip to content

Struct usb_cdc_call_mgmt_desc

ClassList > usb_cdc_call_mgmt_desc

Call Management Functional Descriptor. More...

  • #include <usb_cdc.h>

Public Attributes

Type Name
uint8_t bDataInterface
Interface number of Data Class interface optionally used for call management.
uint8_t bDescriptorSubType
Call Management functional descriptor subtype.
uint8_t bDescriptorType
CS_INTERFACE descriptor type.
uint8_t bFunctionLength
Size of this functional descriptor, in bytes.
uint8_t bmCapabilities
The call management capabilities that this configuration supports.

Detailed Description

The Call Management functional descriptor describes the processing of calls for the Communication Class interface. It can only occur within the class-specific portion of an Interface descriptor.

Public Attributes Documentation

variable bDataInterface

uint8_t usb_cdc_call_mgmt_desc::bDataInterface;

variable bDescriptorSubType

uint8_t usb_cdc_call_mgmt_desc::bDescriptorSubType;

variable bDescriptorType

uint8_t usb_cdc_call_mgmt_desc::bDescriptorType;

variable bFunctionLength

uint8_t usb_cdc_call_mgmt_desc::bFunctionLength;

variable bmCapabilities

uint8_t usb_cdc_call_mgmt_desc::bmCapabilities;

The documentation for this class was generated from the following file fw/rbcx-coprocessor/lib/libusb_stm32/include/usb_cdc.h