次の方法で共有


UsbInterfaceSetting.InterruptOutEndpoints プロパティ

定義

代替設定で定義されている USB 割り込み OUT エンドポイントに関連付けられている記述子を表す オブジェクトの配列を取得します。

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)

プロパティ値

UsbInterruptInEndpointDescriptor オブジェクトの配列。

適用対象