UsbDeviceClasses.Physical Property

Definition

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.

Applies to

See also