tinyusb
cdc_desc_func_call_management_t Struct Reference

Call Management Functional Descriptor. More...

#include <cdc.h>

Data Fields

uint8_t bLength
 Size of this descriptor in bytes.
 
uint8_t bDescriptorType
 Descriptor Type, must be Class-Specific.
 
uint8_t bDescriptorSubType
 Descriptor SubType one of above CDC_FUCN_DESC_.
 
struct {
   uint8_t   handle_call: 1
 0 - Device sends/receives call management information only over the Communications Class interface. 1 - Device can send/receive call management information over a Data Class interface.
 
   uint8_t   send_recv_call: 1
 0 - Device does not handle call management itself. 1 - Device handles call management itself.
 
   uint8_t   __pad0__: 0
 
bmCapabilities
 
uint8_t bDataInterface
 

Detailed Description

Call Management Functional Descriptor.

This functional descriptor describes the processing of calls for the Communications Class interface.


The documentation for this struct was generated from the following file: