UsbInterfaceSetting.InterruptInEndpoints Eigenschaft

Definition

Ruft ein Array von Objekten ab, die Deskriptoren darstellen, die USB-Interrupt-IN-Endpunkten zugeordnet sind, die in der alternativen Einstellung definiert sind.

public:
 property IVectorView<UsbInterruptInEndpointDescriptor ^> ^ InterruptInEndpoints { IVectorView<UsbInterruptInEndpointDescriptor ^> ^ get(); };
IVectorView<UsbInterruptInEndpointDescriptor> InterruptInEndpoints();
public IReadOnlyList<UsbInterruptInEndpointDescriptor> InterruptInEndpoints { get; }
var iVectorView = usbInterfaceSetting.interruptInEndpoints;
Public ReadOnly Property InterruptInEndpoints As IReadOnlyList(Of UsbInterruptInEndpointDescriptor)

Eigenschaftswert

Ein Array von UsbInterruptInEndpointDescriptor-Objekten .

Gilt für: