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.

UsbDevice.SendControlOutTransferAsync(UsbSetupPacket, IBuffer) | sendControlOutTransferAsync(UsbSetupPacket, IBuffer) method

Starts a USB control transfer to send data to the default control endpoint of the device.

Syntax

Public Function SendControlOutTransferAsync(
  setupPacket As UsbSetupPacket,  
  buffer As IBuffer 
) As IAsyncOperation(Of UInteger)

Parameters

setupPacket

Type: UsbSetupPacket

A UsbSetupPacket object that contains the setup packet for the control transfer.

buffer

Type: IBuffer

A caller-supplied buffer that contains the transfer data.

Return value

Type: IAsyncOperation<UInt32>

Returns an IAsyncOperation(UInt32) object that returns the results of the operation.

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

UsbDevice
SendControlOutTransferAsync(UsbSetupPacket)

 

 

Show:
© 2014 Microsoft. All rights reserved.