Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UsbBulkOutPipe class

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.

Syntax


var usbBulkOutPipe = Windows.Devices.Usb.UsbBulkOutEndpointDescriptor.Pipe;

Attributes

[DualApiPartition()]
[MarshalingBehavior(Agile)]
[Version(0x06030000)]

Members

The UsbBulkOutPipe class has these types of members:

Methods

The UsbBulkOutPipe class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

MethodDescription
ClearStallAsync Starts an asynchronous operation to clear a stall condition (endpoint halt) on the USB bulk OUT endpoint that is associated with the pipe.

 

Properties

The UsbBulkOutPipe class has these properties.

PropertyAccess typeDescription

EndpointDescriptor

Read-onlyGets the object that represents the endpoint descriptor associated with the USB bulk OUT endpoint.

OutputStream

Read-onlyGets an output stream to which the app can write data to send to the endpoint.

WriteOptions

Read/writeGets or sets configuration flags that controls the behavior of the pipe that writes data to a USB bulk IN endpoint.

 

Requirements

Minimum supported client

Windows 8.1 [Windows Store apps, desktop apps]

Minimum supported server

Windows Server 2012 R2 [Windows Store apps, desktop apps]

Namespace

Windows.Devices.Usb
Windows::Devices::Usb [C++]

Metadata

Windows.winmd

See also

Object

 

 

Show:
© 2014 Microsoft. All rights reserved.