Method DiscoverDevicesAsync
Namespace: Belay.Core
Assembly: Belay.Core.dll
DiscoverDevicesAsync(CancellationToken)
Discover available MicroPython devices on the system.
csharp
public static Task<string[]> DiscoverDevicesAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationToken
Cancellation token.
Returns
Array of connection strings for discovered devices.