Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 832 Bytes

serialdevice_fromidasync_1322863552.md

File metadata and controls

26 lines (18 loc) · 832 Bytes
-api-id -api-type
M:Windows.Devices.SerialCommunication.SerialDevice.FromIdAsync(System.String)
winrt method

Windows.Devices.SerialCommunication.SerialDevice.FromIdAsync

-description

Starts an asynchronous operation that creates a SerialDevice object.

-parameters

-param deviceId

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

-returns

Returns an IAsyncOperation(SerialDevice) object that returns the results of the operation.

-remarks

-examples

-see-also