UsbInterruptInEndpointDescriptor.Pipe Property

Definition

Gets the object that represents the pipe that the host opens to communicate with the interrupt IN endpoint.

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

Property Value

An UsbInterruptInPipe object that is the pipe for the interrupt IN endpoint.

Applies to