Condividi tramite


UsbInterruptOutEndpointDescriptor.Pipe Proprietà

Definizione

Ottiene l'oggetto che rappresenta la pipe aperta dall'host per comunicare con l'endpoint OUT di interrupt.

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

Valore della proprietà

Oggetto UsbInterruptInPipe che rappresenta la pipe per l'endpoint OUT di interrupt.

Si applica a