UsbBulkOutPipe
UsbBulkOutPipe
UsbBulkOutPipe
UsbBulkOutPipe
UsbBulkOutPipe
Class
Definition
Represents the pipe that the underlying USB driver opens to communicate with a USB bulk OUT endpoint of the device. The object provides access to an output stream to which the app can write data to send to the endpoint.
public : sealed class UsbBulkOutPipe : IUsbBulkOutPipe
struct winrt::Windows::Devices::Usb::UsbBulkOutPipe : IUsbBulkOutPipe
public sealed class UsbBulkOutPipe : IUsbBulkOutPipe
Public NotInheritable Class UsbBulkOutPipe Implements IUsbBulkOutPipe
// This class does not provide a public constructor.
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
EndpointDescriptor EndpointDescriptor EndpointDescriptor EndpointDescriptor EndpointDescriptor |
Gets the object that represents the endpoint descriptor associated with the USB bulk OUT endpoint. |
OutputStream OutputStream OutputStream OutputStream OutputStream |
Gets an output stream to which the app can write data to send to the endpoint. |
WriteOptions WriteOptions WriteOptions WriteOptions WriteOptions |
Gets or sets configuration flags that controls the behavior of the pipe that writes data to a USB bulk IN endpoint. |
Methods
ClearStallAsync() ClearStallAsync() ClearStallAsync() ClearStallAsync() ClearStallAsync() |
Starts an asynchronous operation to clear a stall condition (endpoint halt) on the USB bulk OUT endpoint that is associated with the pipe. |