UsbDeviceClasses.VendorSpecific 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 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.