UsbInterruptInEndpointDescriptor.Pipe 属性

定义

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

public:
 property UsbInterruptInPipe ^ Pipe { UsbInterruptInPipe ^ get(); };
UsbInterruptInPipe Pipe();
public UsbInterruptInPipe Pipe { get; }
var usbInterruptInPipe = usbInterruptInEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbInterruptInPipe

属性值

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

适用于