Method ReadFirmwareVersionAsync
ReadFirmwareVersionAsync(CancellationToken)
Asynchronously reads the firmware version of the device.
public Task<HarpVersion> ReadFirmwareVersionAsync(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 firmware version of the device.