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) | sendControlInTransferAsync(UsbSetupPacket) method

Starts a zero-length USB control transfer that reads from the default control endpoint of the device.

Syntax


usbDevice.sendControlInTransferAsync(setupPacket).done( /* Your success and error handlers */ );

Parameters

setupPacket

Type: UsbSetupPacket

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

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

 

 

Show:
© 2014 Microsoft. All rights reserved.