Table of Contents

Method ReadDO4TargetLoadCellAsync

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

ReadDO4TargetLoadCellAsync(CancellationToken)

Asynchronously reads the contents of the DO4TargetLoadCell register.

public Task<LoadCellChannel> ReadDO4TargetLoadCellAsync(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.