Method WriteDO3TargetLoadCellAsync
WriteDO3TargetLoadCellAsync(LoadCellChannel, CancellationToken)
Asynchronously writes a value to the DO3TargetLoadCell register.
public Task WriteDO3TargetLoadCellAsync(LoadCellChannel value, CancellationToken cancellationToken = default)
Parameters
value
LoadCellChannelThe value to be stored in the register.
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.