共用方式為


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物件的陣列。

適用於