Share via


UsbEndpointDescriptor.AsInterruptInEndpointDescriptor プロパティ

定義

USB 割り込み IN エンドポイントのエンドポイント記述子を表す オブジェクトを取得します。

public:
 property UsbInterruptInEndpointDescriptor ^ AsInterruptInEndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor();
public UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbEndpointDescriptor.asInterruptInEndpointDescriptor;
Public ReadOnly Property AsInterruptInEndpointDescriptor As UsbInterruptInEndpointDescriptor

プロパティ値

USB 割り込み IN エンドポイントを記述する UsbInterruptInEndpointDescriptor

適用対象