UsbDeviceClasses.Physical 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 device that conforms to the Physical Interface Devices (PID) specification.
public:
static property UsbDeviceClass ^ Physical { UsbDeviceClass ^ get(); };
static UsbDeviceClass Physical();
public static UsbDeviceClass Physical { get; }
var usbDeviceClass = UsbDeviceClasses.physical;
Public Shared ReadOnly Property Physical As UsbDeviceClass
Property Value
A UsbDeviceClass object for a PID-compliant device.