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.

UsbInterfaceSetting.SelectSettingAsync | selectSettingAsync method

Selects the alternate setting as the current setting in the USB interface.

Syntax


usbInterfaceSetting.selectSettingAsync().done( /* Your success and error handlers */ );

Parameters

This method has no parameters.

Return value

Type: IAsyncAction

An IAsyncAction object that is used to control the asynchronous operation.

Remarks

SelectSettingAsync disables the endpoints of the previous alternate setting and removes the pipes associated with them from the UsbInterface object. The method enables the endpoints of this setting, and adds the associated pipes to the UsbInterface object.

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

UsbInterfaceSetting

 

 

Show:
© 2014 Microsoft. All rights reserved.