Method GetSerialDevicesAsync
| Edit this page View SourceGetSerialDevicesAsync()
Gets a list of serial devices available.
Declaration
public static Task<IEnumerable<SerialDevice>> GetSerialDevicesAsync()
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<SerialDevice>> | A set of serial devices available. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Windows | main |
| UWP | main |