次の方法で共有


UsbBulkInEndpointDescriptor.Pipe プロパティ

定義

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

public:
 property UsbBulkInPipe ^ Pipe { UsbBulkInPipe ^ get(); };
UsbBulkInPipe Pipe();
public UsbBulkInPipe Pipe { get; }
var usbBulkInPipe = usbBulkInEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbBulkInPipe

プロパティ値

バルク IN エンドポイントのパイプである UsbBulkInPipe オブジェクト。

注釈

この一括エンドポイントを定義する代替設定が現在選択されていない場合、プロパティは NULL を返します。

適用対象