UsbInterfaceSetting.InterruptInEndpoints Property

Definition

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

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)

Property Value

An array of UsbInterruptInEndpointDescriptor objects.

Applies to