Table of Contents

Method ReadLoadCellDataAsync

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

ReadLoadCellDataAsync(CancellationToken)

Asynchronously reads the contents of the LoadCellData register.

public Task<LoadCellDataPayload> ReadLoadCellDataAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<LoadCellDataPayload>

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