Method ReadDO2TargetLoadCellAsync
ReadDO2TargetLoadCellAsync(CancellationToken)
Asynchronously reads the contents of the DO2TargetLoadCell register.
public Task<LoadCellChannel> ReadDO2TargetLoadCellAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA 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.