Table of Contents

Method ReadFirmwareVersionAsync

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

ReadFirmwareVersionAsync(CancellationToken)

Asynchronously reads the firmware version of the device.

public Task<HarpVersion> ReadFirmwareVersionAsync(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 firmware version of the device.