UsbBulkOutEndpointDescriptor.Pipe Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.