UsbBulkInEndpointDescriptor.Pipe Property

Definition

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

public:
 property UsbBulkInPipe ^ Pipe { UsbBulkInPipe ^ get(); };
UsbBulkInPipe Pipe();
public UsbBulkInPipe Pipe { get; }
var usbBulkInPipe = usbBulkInEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbBulkInPipe

Property Value

An UsbBulkInPipe object that is the pipe for the bulk IN endpoint.

Remarks

If the alternate setting, which defines this bulk endpoint, is not currently selected, the property returns NULL.

Applies to