Skip to content

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

Task<string[]>

Array of connection strings for discovered devices.

Released under the Apache License 2.0.