UsbInterruptOutEndpointDescriptor.Pipe 属性

定义

获取对象,该对象表示主机打开以与中断 OUT 终结点通信的管道。

public:
 property UsbInterruptOutPipe ^ Pipe { UsbInterruptOutPipe ^ get(); };
UsbInterruptOutPipe Pipe();
public UsbInterruptOutPipe Pipe { get; }
var usbInterruptOutPipe = usbInterruptOutEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbInterruptOutPipe

属性值

UsbInterruptInPipe 对象,它是中断 OUT 终结点的管道。

适用于