UsbInterruptOutPipe.EndpointDescriptor プロパティ

定義

USB 割り込み OUT エンドポイントに関連付けられているエンドポイント記述子を表す オブジェクトを取得します。

public:
 property UsbInterruptOutEndpointDescriptor ^ EndpointDescriptor { UsbInterruptOutEndpointDescriptor ^ get(); };
UsbInterruptOutEndpointDescriptor EndpointDescriptor();
public UsbInterruptOutEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptOutEndpointDescriptor = usbInterruptOutPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptOutEndpointDescriptor

プロパティ値

USB 割り込み OUT エンドポイントに関連付けられているエンドポイント記述子を表す UsbInterruptOutEndpointDescriptor オブジェクト。

適用対象