Table of Contents

Method ReadCoreVersionAsync

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadCoreVersionAsync(CancellationToken)

Asynchronously reads the version of the Harp core implemented by the device firmware.

public Task<HarpVersion> ReadCoreVersionAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<HarpVersion>

A task that represents the asynchronous read operation. The Result property contains the version of the Harp core implemented by the device firmware.