Freigeben über


UsbInterfaceSetting.InterruptOutEndpoints Eigenschaft

Definition

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

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

Eigenschaftswert

Ein Array von UsbInterruptInEndpointDescriptor-Objekten .

Gilt für: