UsbInterruptOutEndpointDescriptor.Pipe 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,表示主機開啟以與中斷 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 端點的管道。