Table of Contents

Method ReadDO8TargetLoadCellAsync

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

ReadDO8TargetLoadCellAsync(CancellationToken)

Asynchronously reads the contents of the DO8TargetLoadCell register.

public Task<LoadCellChannel> ReadDO8TargetLoadCellAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<LoadCellChannel>

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