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