次の方法で共有


UsbBulkOutEndpointDescriptor.Pipe プロパティ

定義

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

public:
 property UsbBulkOutPipe ^ Pipe { UsbBulkOutPipe ^ get(); };
UsbBulkOutPipe Pipe();
public UsbBulkOutPipe Pipe { get; }
var usbBulkOutPipe = usbBulkOutEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbBulkOutPipe

プロパティ値

一括 OUT エンドポイントのパイプである UsbBulkOutPipe オブジェクト。

適用対象