Table of Contents

Method ReadOffsetLoadCell6Async

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

ReadOffsetLoadCell6Async(CancellationToken)

Asynchronously reads the contents of the OffsetLoadCell6 register.

public Task<short> ReadOffsetLoadCell6Async(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.