SAMV71 Xplained Ultra Software Package 1.3

USB CDC CallManagement Capabilities
[Usb_cdc]

Collaboration diagram for USB CDC CallManagement Capabilities:

Defines

#define CDCCallManagementDescriptor_SELFCALLMANAGEMENT   (1 << 0)
#define CDCCallManagementDescriptor_DATACALLMANAGEMENT   (1 << 1)

Detailed Description

This section lists CDC CallManagement Capabilities.


Define Documentation

#define CDCCallManagementDescriptor_DATACALLMANAGEMENT   (1 << 1)

Device can exchange call management information over a Data class interface.

Definition at line 159 of file CDCDescriptors.h.

#define CDCCallManagementDescriptor_SELFCALLMANAGEMENT   (1 << 0)

Device handles call management itself.

Definition at line 156 of file CDCDescriptors.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines