UsbInterfaceSetting.InterruptInEndpoints 属性

定义

获取对象的数组,这些对象表示与备用设置中定义的 USB 中断 IN 终结点关联的描述符。

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)

属性值

UsbInterruptInEndpointDescriptor 对象的数组。

适用于