次の方法で共有


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 オブジェクトの配列。

適用対象