次の方法で共有


UsbInterruptInEndpointDescriptor.Pipe プロパティ

定義

割り込み IN エンドポイントと通信するためにホストが開くパイプを表す オブジェクトを取得します。

public:
 property UsbInterruptInPipe ^ Pipe { UsbInterruptInPipe ^ get(); };
UsbInterruptInPipe Pipe();
public UsbInterruptInPipe Pipe { get; }
var usbInterruptInPipe = usbInterruptInEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbInterruptInPipe

プロパティ値

割り込み IN エンドポイントのパイプである UsbInterruptInPipe オブジェクト。

適用対象