UsbInterruptInEndpointDescriptor.Pipe プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
割り込み 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 オブジェクト。