Share via


UsbDeviceClasses.CdcControl Property

Definition

Gets the device class object for the device that conforms to the Communication Device Class (CDC).

public:
 static property UsbDeviceClass ^ CdcControl { UsbDeviceClass ^ get(); };
static UsbDeviceClass CdcControl();
public static UsbDeviceClass CdcControl { get; }
var usbDeviceClass = UsbDeviceClasses.cdcControl;
Public Shared ReadOnly Property CdcControl As UsbDeviceClass

Property Value

A UsbDeviceClass object for the CDC-compliant device.

Applies to

See also