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.FromIdAsync | fromIdAsync method

Starts an asynchronous operation that creates a UsbDevice object.

Syntax


Windows.Devices.Usb.UsbDevice.fromIdAsync(deviceId).done( /* Your success and error handlers */ );

Parameters

deviceId

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The device instance path of the device. To obtain that value, get the DeviceInformation.Id property value.

Return value

Type: IAsyncOperation<UsbDevice>

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