Share via


UsbDeviceClasses.VendorSpecific Property

Definition

Gets the device class object for a custom device that has 0xFF class code. This indicates that the device does not belong to a class approved by USB-IF.

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

Property Value

A UsbDeviceClass object for a custom device.

Applies to

See also