Table of Contents

Method ReadDO3ThresholdAsync

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

ReadDO3ThresholdAsync(CancellationToken)

Asynchronously reads the contents of the DO3Threshold register.

public Task<short> ReadDO3ThresholdAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<short>

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