共用方式為


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

屬性值

UsbBulkOutPipe物件,這是大量 OUT 端點的管道。

適用於