Method ReadCoreVersionAsync
ReadCoreVersionAsync(CancellationToken)
Asynchronously reads the version of the Harp core implemented by the device firmware.
public Task<HarpVersion> ReadCoreVersionAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA 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.