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.

UsbInterruptOutPipe.OutputStream | outputStream property

Gets an output stream to which the app can write data to send to the endpoint.

Syntax


var outputStream = usbInterruptOutPipe.outputStream;

Property value

Type: IOutputStream

Output stream that contains data to write to the endpoint.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Namespace

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

Metadata

Windows.winmd

See also

UsbInterruptOutPipe

 

 

Show:
© 2014 Microsoft. All rights reserved.