Freigeben über


UsbDeviceClasses.Physical Eigenschaft

Definition

Ruft das Geräteklassenobjekt für ein Gerät ab, das der PiD-Spezifikation (Physical Interface Devices) entspricht.

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

Eigenschaftswert

Ein UsbDeviceClass-Objekt für ein PID-kompatibles Gerät.

Gilt für:

Weitere Informationen