次の方法で共有


UsbInterruptOutEndpointDescriptor.Pipe プロパティ

定義

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

public:
 property UsbInterruptOutPipe ^ Pipe { UsbInterruptOutPipe ^ get(); };
UsbInterruptOutPipe Pipe();
public UsbInterruptOutPipe Pipe { get; }
var usbInterruptOutPipe = usbInterruptOutEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbInterruptOutPipe

プロパティ値

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

適用対象