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.SendControlInTransferAsync(UsbSetupPacket, IBuffer) | sendControlInTransferAsync(UsbSetupPacket, IBuffer) method

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

Syntax

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

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 transfer data.

Return value

Type: IAsyncOperation<IBuffer>

Returns an IAsyncOperation(IBuffer) 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

 

 

Show:
© 2014 Microsoft. All rights reserved.