Method ReadDO1SyncAsync
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
ReadDO1SyncAsync(CancellationToken)
Asynchronously reads the contents of the DO1Sync register.
public Task<DO1SyncConfig> ReadDO1SyncAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<DO1SyncConfig>
A task that represents the asynchronous read operation. The Result property contains the register payload.