UsbInterfaceSetting.InterruptOutEndpoints Property

Definition

Gets an array of objects that represent descriptors associated with USB interrupt OUT endpoints that are defined in the alternate setting.

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)

Property Value

An array of UsbInterruptInEndpointDescriptor objects.

Applies to