Table of Contents

Method ReadRangeAndFilterAsync

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

ReadRangeAndFilterAsync(CancellationToken)

Asynchronously reads the contents of the RangeAndFilter register.

public Task<RangeAndFilterConfig> ReadRangeAndFilterAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<RangeAndFilterConfig>

A task that represents the asynchronous read operation. The Result property contains the register payload.