Method WriteDO1SyncAsync
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
WriteDO1SyncAsync(DO1SyncConfig, CancellationToken)
Asynchronously writes a value to the DO1Sync register.
public Task WriteDO1SyncAsync(DO1SyncConfig value, CancellationToken cancellationToken = default)
Parameters
value
DO1SyncConfigThe 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.