UsbDeviceClasses.CdcControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.