Freigeben über


UsbEndpointDescriptor.AsInterruptInEndpointDescriptor Eigenschaft

Definition

Ruft ein -Objekt ab, das den Endpunktdeskriptor für den USB-Interrupt-IN-Endpunkt darstellt.

public:
 property UsbInterruptInEndpointDescriptor ^ AsInterruptInEndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor();
public UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbEndpointDescriptor.asInterruptInEndpointDescriptor;
Public ReadOnly Property AsInterruptInEndpointDescriptor As UsbInterruptInEndpointDescriptor

Eigenschaftswert

Ein UsbInterruptInEndpointDescriptor , der den USB-Interrupt-IN-Endpunkt beschreibt.

Gilt für: