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) | sendControlOutTransferAsync(UsbSetupPacket) method
Starts a zero-length USB control transfer that writes to the default control endpoint of the device.
Syntax
usbDevice.sendControlOutTransferAsync(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<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 |
|
Metadata |
|
See also
Show: