UsbBulkOutEndpointDescriptor.Pipe Property

Definition

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

public:
 property UsbBulkOutPipe ^ Pipe { UsbBulkOutPipe ^ get(); };
UsbBulkOutPipe Pipe();
public UsbBulkOutPipe Pipe { get; }
var usbBulkOutPipe = usbBulkOutEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbBulkOutPipe

Property Value

A UsbBulkOutPipe object that is the pipe for the bulk OUT endpoint.

Applies to