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 终结点的管道。

适用于